Documentation ¶
Index ¶
- func MarshalBoolMap(val map[string]bool) graphql.Marshaler
- func MarshalDuration(d metav1.Duration) graphql.Marshaler
- func MarshalFloatMap(val map[string]float64) graphql.Marshaler
- func MarshalStringMap(val map[string]string) graphql.Marshaler
- func MarshalUInt32(i uint32) graphql.Marshaler
- func MarshalUInt64(i uint64) graphql.Marshaler
- func UnmarshalBoolMap(v interface{}) (map[string]bool, error)
- func UnmarshalDuration(v interface{}) (metav1.Duration, error)
- func UnmarshalFloatMap(v interface{}) (map[string]float64, error)
- func UnmarshalStringMap(v interface{}) (map[string]string, error)
- func UnmarshalUInt32(v interface{}) (uint32, error)
- func UnmarshalUInt64(v interface{}) (uint64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalStringMap ¶ added in v0.7.0
func MarshalUInt32 ¶ added in v0.7.0
func MarshalUInt64 ¶ added in v0.7.0
func UnmarshalBoolMap ¶ added in v0.7.0
TODO: this unmarshaler is not working and is needed for input types
func UnmarshalDuration ¶
func UnmarshalFloatMap ¶
TODO: this unmarshaler is not working and is needed for input types
func UnmarshalStringMap ¶ added in v0.7.0
func UnmarshalUInt32 ¶ added in v0.7.0
func UnmarshalUInt64 ¶ added in v0.7.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.