Documentation ¶
Index ¶
- func New() (resolvers []resolver.CustomURLManager)
- type ImgurClient
- type NullLogger
- func (n NullLogger) Criticalf(format string, args ...interface{})
- func (n NullLogger) Debugf(format string, args ...interface{})
- func (n NullLogger) Errorf(format string, args ...interface{})
- func (n NullLogger) Infof(format string, args ...interface{})
- func (n NullLogger) Warningf(format string, args ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() (resolvers []resolver.CustomURLManager)
Types ¶
type ImgurClient ¶
type NullLogger ¶
type NullLogger struct { }
NullLogger implements the go-klogger interface to ensure the go-imgur library doesn't print out a bunch of garbage
func (NullLogger) Criticalf ¶
func (n NullLogger) Criticalf(format string, args ...interface{})
func (NullLogger) Debugf ¶
func (n NullLogger) Debugf(format string, args ...interface{})
func (NullLogger) Errorf ¶
func (n NullLogger) Errorf(format string, args ...interface{})
func (NullLogger) Infof ¶
func (n NullLogger) Infof(format string, args ...interface{})
func (NullLogger) Warningf ¶
func (n NullLogger) Warningf(format string, args ...interface{})
Source Files ¶
Click to show internal directories.
Click to hide internal directories.