Documentation ¶
Index ¶
Constants ¶
View Source
const ( HASH_CODE_TPL = `` /* 227-byte string literal not displayed */ ENCODE_CODE_TPL = `` /* 916-byte string literal not displayed */ DEEP_COPY_CODE_TPL = `` /* 652-byte string literal not displayed */ HELPER_CODE_TPL = `` /* 729-byte string literal not displayed */ )
View Source
const (
CLIENT_CODE_TPL = `` /* 2800-byte string literal not displayed */
)
Variables ¶
This section is empty.
Functions ¶
func RenderCode ¶
func RenderCodeFile ¶
Types ¶
type CodeTpl ¶
type CodeTpl struct { Package string ApiObjects []string Registries []RegistryTpl }
type RegistryTpl ¶
type SortRegistry ¶
type SortRegistry []RegistryTpl
func (SortRegistry) Len ¶
func (s SortRegistry) Len() int
func (SortRegistry) Less ¶
func (s SortRegistry) Less(i, j int) bool
func (SortRegistry) Swap ¶
func (s SortRegistry) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.