Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogManager ¶
type LogManager struct {
// contains filtered or unexported fields
}
func NewLogManager ¶
func NewLogManager(logClient plspb.LogClient, logContext string, opts ...LogManagerOption) *LogManager
func (*LogManager) PostLog ¶
func (m *LogManager) PostLog(ctx context.Context, value interface{}) ([]byte, error)
func (*LogManager) PostLogMessage ¶
type LogManagerOption ¶
type LogManagerOption func(lm *LogManager)
Click to show internal directories.
Click to hide internal directories.