Documentation
¶
Overview ¶
Package noop provides a stats impl that does nothing. nolint:revive
Index ¶
- type Stats
- func (Stats) APIAuth()
- func (Stats) APIKeys()
- func (Stats) APILinkGen()
- func (Stats) APILinkRequest()
- func (Stats) APIUnlink()
- func (Stats) Close() error
- func (Stats) FSFileRead(_ string, _ int64)
- func (Stats) FSFileWritten(_ string, _ int64)
- func (Stats) GetNews()
- func (Stats) GetNewsList()
- func (Stats) GetUser()
- func (Stats) GetUserByID()
- func (Stats) ID()
- func (Stats) JWT()
- func (Stats) Keys()
- func (Stats) LinkGen()
- func (Stats) LinkRequest()
- func (Stats) PostNews()
- func (Stats) SetUserName()
- func (Stats) Shutdown(_ context.Context) error
- func (Stats) Start() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type Stats struct{}
Stats is a stats implementation that does nothing.
func (Stats) APILinkGen ¶
func (Stats) APILinkGen()
func (Stats) APILinkRequest ¶
func (Stats) APILinkRequest()
func (Stats) FSFileRead ¶ added in v0.12.2
func (Stats) FSFileWritten ¶ added in v0.12.2
func (Stats) GetNewsList ¶
func (Stats) GetNewsList()
func (Stats) GetUserByID ¶
func (Stats) GetUserByID()
func (Stats) LinkRequest ¶
func (Stats) LinkRequest()
func (Stats) SetUserName ¶
func (Stats) SetUserName()
Click to show internal directories.
Click to hide internal directories.