Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ARN ¶
ARN extends arn.ARN with additional methods for (de-)serialization to/from JSON, allowing it to be embedded in custom API objects.
func (ARN) MarshalJSON ¶ added in v0.6.0
MarshalJSON implements json.Marshaler.
func (*ARN) UnmarshalJSON ¶ added in v0.6.0
UnmarshalJSON implements json.Unmarshaler.
type Duration ¶ added in v1.2.0
Duration extends time.Duration with additional methods for (de-)serialization to/from JSON, allowing it to be embedded in custom API objects.
func (Duration) MarshalJSON ¶ added in v1.2.0
MarshalJSON implements json.Marshaler.
func (*Duration) UnmarshalJSON ¶ added in v1.2.0
UnmarshalJSON implements json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.