Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log interface { LoggerFunc(namespace, instance string) (Logger, error) NamespaceLogger(namespace string) (Logger, error) QueryLogs(ctx context.Context, instance string, limit, offset int) (QueryReponse, error) DeleteNamespaceLogs(namespace string) error DeleteInstanceLogs(instance string) error }
Click to show internal directories.
Click to hide internal directories.