Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeGenTemplate ¶
type CodeGenTemplate struct {
// CodeGen Argument
Arguments []*CodeGenTemplateArgument `json:"arguments"`
// Template Name
Name string `json:"name,omitempty"`
}
CodeGenTemplate code gen template swagger:model CodeGenTemplate
func (*CodeGenTemplate) MarshalBinary ¶
func (m *CodeGenTemplate) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CodeGenTemplate) UnmarshalBinary ¶
func (m *CodeGenTemplate) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CodeGenTemplateArgument ¶
type CodeGenTemplateArgument struct {
// Argument constraint
Contrainst string `json:"contrainst,omitempty"`
// Argument key to generate codegen
Key string `json:"key,omitempty"`
// Argument value to generate codegen
Value string `json:"value,omitempty"`
}
CodeGenTemplateArgument code gen template argument swagger:model CodeGenTemplateArgument
func (*CodeGenTemplateArgument) MarshalBinary ¶
func (m *CodeGenTemplateArgument) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CodeGenTemplateArgument) UnmarshalBinary ¶
func (m *CodeGenTemplateArgument) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.