Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDocumentationManager ¶
func NewDocumentationManager(config types.ConfigManager, logger types.Logger, health types.HealthManager, router types.HTTPRouter) (types.DocumentationManager, error)
Types ¶
type DocumentationManager ¶
type DocumentationManager struct {
// contains filtered or unexported fields
}
func (*DocumentationManager) IsRunning ¶
func (dm *DocumentationManager) IsRunning() bool
func (*DocumentationManager) Start ¶
func (dm *DocumentationManager) Start() error
func (*DocumentationManager) Stop ¶
func (dm *DocumentationManager) Stop() error
Click to show internal directories.
Click to hide internal directories.