Documentation
¶
Index ¶
- type ClientDefaults
- type Defaults
- type EmptyDefaults
- func (*EmptyDefaults) GetBool(objectName, attributeName string) bool
- func (*EmptyDefaults) GetBoolPtr(objectName, attributeName string) *bool
- func (*EmptyDefaults) GetFloat64(objectName, attributeName string) float64
- func (*EmptyDefaults) GetFloat64Ptr(objectName, attributeName string) *float64
- func (*EmptyDefaults) GetInt32(objectName, attributeName string) int32
- func (*EmptyDefaults) GetInt64(objectName, attributeName string) int64
- func (*EmptyDefaults) GetInt64Ptr(objectName, attributeName string) *int64
- func (*EmptyDefaults) GetMapStringInterface(objectName, attributeName string) map[string]interface{}
- func (*EmptyDefaults) GetStrfmtDate(objectName, attributeName string) strfmt.Date
- func (*EmptyDefaults) GetStrfmtDatePtr(objectName, attributeName string) *strfmt.Date
- func (*EmptyDefaults) GetStrfmtDateTime(objectName, attributeName string) strfmt.DateTime
- func (*EmptyDefaults) GetStrfmtDateTimePtr(objectName, attributeName string) *strfmt.DateTime
- func (*EmptyDefaults) GetStrfmtURI(objectName, attributeName string) strfmt.URI
- func (*EmptyDefaults) GetStrfmtURIPtr(objectName, attributeName string) *strfmt.URI
- func (*EmptyDefaults) GetStrfmtUUID(objectName, attributeName string) strfmt.UUID
- func (d *EmptyDefaults) GetStrfmtUUIDPtr(objectName, attributeName string) *strfmt.UUID
- func (*EmptyDefaults) GetString(objectName, attributeName string) string
- func (*EmptyDefaults) GetStringArray(objectName, attributeName string) []string
- func (*EmptyDefaults) GetStringPtr(objectName, attributeName string) *string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientDefaults ¶
type ClientDefaults struct {
EmptyDefaults
OrganisationID *strfmt.UUID
}
func NewClientDefaults ¶
func NewClientDefaults() *ClientDefaults
func (*ClientDefaults) GetStrfmtUUID ¶
func (d *ClientDefaults) GetStrfmtUUID(objectName, attributeName string) strfmt.UUID
func (*ClientDefaults) GetStrfmtUUIDPtr ¶
func (d *ClientDefaults) GetStrfmtUUIDPtr(objectName, attributeName string) *strfmt.UUID
type Defaults ¶
type Defaults interface {
GetStrfmtUUID(objectName, attributeName string) strfmt.UUID
GetStrfmtUUIDPtr(objectName, attributeName string) *strfmt.UUID
GetStrfmtDateTime(objectName, attributeName string) strfmt.DateTime
GetStrfmtDateTimePtr(objectName, attributeName string) *strfmt.DateTime
GetStrfmtDate(objectName, attributeName string) strfmt.Date
GetStrfmtDatePtr(objectName, attributeName string) *strfmt.Date
GetStrfmtURI(objectName, attributeName string) strfmt.URI
GetStrfmtURIPtr(objectName, attributeName string) *strfmt.URI
GetString(objectName, attributeName string) string
GetStringArray(objectName, attributeName string) []string
GetStringPtr(objectName, attributeName string) *string
GetBool(objectName, attributeName string) bool
GetBoolPtr(objectName, attributeName string) *bool
GetInt64(objectName, attributeName string) int64
GetInt64Ptr(objectName, attributeName string) *int64
GetInt32(objectName, attributeName string) int32
GetFloat64(objectName, attributeName string) float64
GetFloat64Ptr(objectName, attributeName string) *float64
GetMapStringInterface(objectName, attributeName string) map[string]interface{}
}
type EmptyDefaults ¶
type EmptyDefaults struct{}
func NewEmptyDefaults ¶
func NewEmptyDefaults() *EmptyDefaults
func (*EmptyDefaults) GetBool ¶
func (*EmptyDefaults) GetBool(objectName, attributeName string) bool
func (*EmptyDefaults) GetBoolPtr ¶
func (*EmptyDefaults) GetBoolPtr(objectName, attributeName string) *bool
func (*EmptyDefaults) GetFloat64 ¶
func (*EmptyDefaults) GetFloat64(objectName, attributeName string) float64
func (*EmptyDefaults) GetFloat64Ptr ¶
func (*EmptyDefaults) GetFloat64Ptr(objectName, attributeName string) *float64
func (*EmptyDefaults) GetInt32 ¶
func (*EmptyDefaults) GetInt32(objectName, attributeName string) int32
func (*EmptyDefaults) GetInt64 ¶
func (*EmptyDefaults) GetInt64(objectName, attributeName string) int64
func (*EmptyDefaults) GetInt64Ptr ¶
func (*EmptyDefaults) GetInt64Ptr(objectName, attributeName string) *int64
func (*EmptyDefaults) GetMapStringInterface ¶
func (*EmptyDefaults) GetMapStringInterface(objectName, attributeName string) map[string]interface{}
func (*EmptyDefaults) GetStrfmtDate ¶
func (*EmptyDefaults) GetStrfmtDate(objectName, attributeName string) strfmt.Date
func (*EmptyDefaults) GetStrfmtDatePtr ¶
func (*EmptyDefaults) GetStrfmtDatePtr(objectName, attributeName string) *strfmt.Date
func (*EmptyDefaults) GetStrfmtDateTime ¶
func (*EmptyDefaults) GetStrfmtDateTime(objectName, attributeName string) strfmt.DateTime
func (*EmptyDefaults) GetStrfmtDateTimePtr ¶
func (*EmptyDefaults) GetStrfmtDateTimePtr(objectName, attributeName string) *strfmt.DateTime
func (*EmptyDefaults) GetStrfmtURI ¶
func (*EmptyDefaults) GetStrfmtURI(objectName, attributeName string) strfmt.URI
func (*EmptyDefaults) GetStrfmtURIPtr ¶
func (*EmptyDefaults) GetStrfmtURIPtr(objectName, attributeName string) *strfmt.URI
func (*EmptyDefaults) GetStrfmtUUID ¶
func (*EmptyDefaults) GetStrfmtUUID(objectName, attributeName string) strfmt.UUID
func (*EmptyDefaults) GetStrfmtUUIDPtr ¶
func (d *EmptyDefaults) GetStrfmtUUIDPtr(objectName, attributeName string) *strfmt.UUID
func (*EmptyDefaults) GetString ¶
func (*EmptyDefaults) GetString(objectName, attributeName string) string
func (*EmptyDefaults) GetStringArray ¶
func (*EmptyDefaults) GetStringArray(objectName, attributeName string) []string
func (*EmptyDefaults) GetStringPtr ¶
func (*EmptyDefaults) GetStringPtr(objectName, attributeName string) *string
Click to show internal directories.
Click to hide internal directories.