Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { services.ServiceLifeCycle GetLogger(name string) (*logrus.Entry, error) WarpReader(name string, r io.Reader) error ListAll(page uint32, size uint32, sort string, order string) (int64, []models.Log, error) Clean(ids ...int64) error ChangeLevel(level Level) error }
func GetInstance ¶
func GetInstance() Service
Click to show internal directories.
Click to hide internal directories.