Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoOpEncoder ¶
type NoOpEncoder struct{}
func (NoOpEncoder) Decode ¶
func (n NoOpEncoder) Decode(resourceType domain.ResourceType, b []byte) ([]byte, error)
func (NoOpEncoder) DecodeValue ¶
func (n NoOpEncoder) DecodeValue(b string) (string, error)
func (NoOpEncoder) Encode ¶
func (n NoOpEncoder) Encode(resourceType domain.ResourceType, b []byte) ([]byte, error)
func (NoOpEncoder) EncodeValue ¶
func (n NoOpEncoder) EncodeValue(b string) (string, error)
Click to show internal directories.
Click to hide internal directories.