Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegistryLogger ¶
type RegistryLogger interface { Errorf(format string, args ...any) Infof(format string, args ...any) }
func NewLogger ¶
func NewLogger(opts *RegistryLoggerOptions) RegistryLogger
type RegistryLoggerOptions ¶
type RegistryLoggerOptions struct {
Name string
}
Click to show internal directories.
Click to hide internal directories.