Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Api ¶
type Api struct { Imports []zcore.Import Interfaces []ApiInterface }
func (Api) Description ¶
type ApiHandler ¶
type ApiInterface ¶
type ApiInterface struct { Package string Name string Handlers []ApiHandler }
func (ApiInterface) FieldName ¶
func (i ApiInterface) FieldName() string
func (ApiInterface) TypeName ¶
func (i ApiInterface) TypeName() string
type Doc ¶
func (Doc) Description ¶
type ImplMethod ¶
type Option ¶
func (Option) Description ¶
type Orm ¶
func (Orm) Description ¶
type Tag ¶
type Tag struct { ModifySet *zcore.ModifySet Tags map[string]string FieldTags map[string]string Keys []string Decl *zcore.AnnotatedDecl }
func (*Tag) Description ¶
type Wire ¶
func (Wire) Description ¶
type WireAop ¶
type WireAop struct { Name string Interface string Implement string Methods []WireAopMethod }
type WireAopMethod ¶
type WireSet ¶
type WireSet struct { Name string Elements []*WireSetElement }
type WireSetElement ¶
Click to show internal directories.
Click to hide internal directories.