Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzed ¶
type Analyzed struct { Bindings struct { Path []*PathBinding Query []*QueryBinding Component tinypkg.BindingList Data []*DataBinding } Vars struct { Ignored []*tinypkg.Var // rename: context.Context, etc... Provider *tinypkg.Var } Names struct { ActionFunc string // core action ActionFuncArgs []fmt.Stringer QueryParams *string PathParams *string } Name string PathInfo *web.PathInfo // contains filtered or unexported fields }
func (*Analyzed) CollectImports ¶
func (a *Analyzed) CollectImports(collector *tinypkg.ImportCollector) error
type DataBinding ¶
type PathBinding ¶
type QueryBinding ¶
Click to show internal directories.
Click to hide internal directories.