add missing Comments to Public Functions

This commit is contained in:
Samuel Lorch 2021-08-30 19:03:01 +02:00
parent b047c9c647
commit 982af2dae4
8 changed files with 16 additions and 1 deletions

View file

@ -15,6 +15,7 @@ type ResourceType struct {
Modified *Time `json:"modified,omitempty"`
}
// GetResourceTypesOptions is a placeholder for future options
type GetResourceTypesOptions struct {
}