Documentation ¶ Index ¶ func AfterAll() hooks.HookFunc type Item type Section func (s *Section) Item(_key, _description string, _type reflect.Kind, _before, _after hooks.HookFunc) *Item Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AfterAll ¶ func AfterAll() hooks.HookFunc Types ¶ type Item ¶ type Item struct { Key, Description string Type reflect.Kind Before, After hooks.HookFunc } type Section ¶ type Section struct { Name, Description string Items []*Item Before, After hooks.HookFunc } func (*Section) Item ¶ func (s *Section) Item(_key, _description string, _type reflect.Kind, _before, _after hooks.HookFunc) *Item Source Files ¶ View all Source files after_all.go item.go section.go Directories ¶ Show internal Expand all Path Synopsis database final redis resource server Click to show internal directories. Click to hide internal directories.