Documentation ¶
Index ¶
- type AclBind
- type Global
- type Interface
- type Pool
- func (p *Pool) FetchAllStatistics(args []string) (string, error)
- func (p *Pool) FetchStatistics(args []string) (string, error)
- func (p *Pool) GetAll(args []string) (string, error)
- func (p *Pool) Help() string
- func (p *Pool) Run(args []string) int
- func (p *Pool) Search(args []string) (string, error)
- func (p *Pool) Synopsis() string
- type PoolGroup
- type Range
- type StaticTranslation
- func (s *StaticTranslation) FetchAllStatistics(args []string) (string, error)
- func (s *StaticTranslation) FetchStatistics(args []string) (string, error)
- func (s *StaticTranslation) GetAll(args []string) (string, error)
- func (s *StaticTranslation) Help() string
- func (s *StaticTranslation) Run(args []string) int
- func (s *StaticTranslation) Search(args []string) (string, error)
- func (s *StaticTranslation) Synopsis() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StaticTranslation ¶
type StaticTranslation struct{}
func (*StaticTranslation) FetchAllStatistics ¶
func (s *StaticTranslation) FetchAllStatistics(args []string) (string, error)
func (*StaticTranslation) FetchStatistics ¶
func (s *StaticTranslation) FetchStatistics(args []string) (string, error)
func (*StaticTranslation) GetAll ¶
func (s *StaticTranslation) GetAll(args []string) (string, error)
func (*StaticTranslation) Help ¶
func (s *StaticTranslation) Help() string
func (*StaticTranslation) Run ¶
func (s *StaticTranslation) Run(args []string) int
func (*StaticTranslation) Search ¶
func (s *StaticTranslation) Search(args []string) (string, error)
func (*StaticTranslation) Synopsis ¶
func (s *StaticTranslation) Synopsis() string
Click to show internal directories.
Click to hide internal directories.