Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GetGroup = utils.NewLazyLoader(func() core.Grouper { return core.NewStaticGroup( core.DescriptorSpec{ Name: "http", Description: "HTTP access", IsInternal: utils.BoolPtr(true), GroupID: "other", }, func() []core.Descriptor { return []core.Descriptor{ getJsonGroup(), getHttpExecutor(), } }, ) })
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.