Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PropToCamel ¶
func (PropToCamel) GetValue ¶
func (p PropToCamel) GetValue(key string) string
type PropToType ¶
func (PropToType) GetValue ¶
func (p PropToType) GetValue(key string) string
type StructType ¶
type StructType struct{ *ast.StructType }
func GetFromDeclsByName ¶
func GetFromDeclsByName(decls []ast.Decl, name string) *StructType
func (*StructType) GetPropToCamel ¶
func (s *StructType) GetPropToCamel() PropToCamel
func (*StructType) GetPropToTag ¶
func (s *StructType) GetPropToTag(tag string) PropToTag
func (*StructType) GetPropToType ¶
func (s *StructType) GetPropToType() PropToType
Click to show internal directories.
Click to hide internal directories.