Documentation
¶
Index ¶
- func ParseGetExcludeQueryParameterType(v string) (any, error)
- func ParseMigrationsPostRequestBody_exclude(v string) (any, error)
- func SerializeGetExcludeQueryParameterType(values []GetExcludeQueryParameterType) []string
- func SerializeMigrationsPostRequestBody_exclude(values []MigrationsPostRequestBody_exclude) []string
- type GetExcludeQueryParameterType
- type MigrationsPostRequestBody_exclude
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SerializeGetExcludeQueryParameterType ¶
func SerializeGetExcludeQueryParameterType(values []GetExcludeQueryParameterType) []string
func SerializeMigrationsPostRequestBody_exclude ¶
func SerializeMigrationsPostRequestBody_exclude(values []MigrationsPostRequestBody_exclude) []string
Types ¶
type GetExcludeQueryParameterType ¶
type GetExcludeQueryParameterType int
Allowed values that can be passed to the exclude param.
const (
REPOSITORIES_GETEXCLUDEQUERYPARAMETERTYPE GetExcludeQueryParameterType = iota
)
func (GetExcludeQueryParameterType) String ¶
func (i GetExcludeQueryParameterType) String() string
type MigrationsPostRequestBody_exclude ¶
type MigrationsPostRequestBody_exclude int
const (
REPOSITORIES_MIGRATIONSPOSTREQUESTBODY_EXCLUDE MigrationsPostRequestBody_exclude = iota
)
func (MigrationsPostRequestBody_exclude) String ¶
func (i MigrationsPostRequestBody_exclude) String() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.