Documentation
¶
Overview ¶
Package generator is a generator that helps to convert a resource object into target encoding format like JSON, YAML ...etc.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StructuredGenerator ¶
type StructuredGenerator interface {
StructuredGenerate(enc encoder.Encoder) ([]byte, error)
}
Click to show internal directories.
Click to hide internal directories.