Documentation ¶ Index ¶ type Handler func (h *Handler) DefaultSection(_name, _description string) *sections.Section func (h *Handler) Proceed() func (h *Handler) Section(_name, _description string, _before, _after hooks.HookFunc) *sections.Section func (h *Handler) SetAfterAll(_hook hooks.HookFunc) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { Sections []*sections.Section Mapping *hooks.Map AfterAll hooks.HookFunc } func (*Handler) DefaultSection ¶ func (h *Handler) DefaultSection(_name, _description string) *sections.Section func (*Handler) Proceed ¶ func (h *Handler) Proceed() func (*Handler) Section ¶ func (h *Handler) Section(_name, _description string, _before, _after hooks.HookFunc) *sections.Section func (*Handler) SetAfterAll ¶ func (h *Handler) SetAfterAll(_hook hooks.HookFunc) Source Files ¶ View all Source files handler.go Click to show internal directories. Click to hide internal directories.