Documentation ¶
Index ¶
- Constants
- type NilSigner
- type Signer
- type SignerLogger
- func (sl *SignerLogger) Debugf(format string, args ...interface{})
- func (sl *SignerLogger) Errorf(format string, args ...interface{})
- func (sl *SignerLogger) Fatalf(format string, args ...interface{})
- func (sl *SignerLogger) Info(format string)
- func (sl *SignerLogger) Infof(format string, args ...interface{})
- func (sl *SignerLogger) Panicf(format string, args ...interface{})
- func (sl *SignerLogger) Warningf(format string, args ...interface{})
Constants ¶
View Source
const SignHeader = "X-Ads-Cert-Auth"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signer ¶
Signer represents interface to access request Ads Cert signing functionality
func NewAdCertsSigner ¶
func NewAdCertsSigner(experimentAdCertsConfig config.ExperimentAdsCert) (Signer, error)
type SignerLogger ¶
type SignerLogger struct { }
func (*SignerLogger) Debugf ¶
func (sl *SignerLogger) Debugf(format string, args ...interface{})
func (*SignerLogger) Errorf ¶
func (sl *SignerLogger) Errorf(format string, args ...interface{})
func (*SignerLogger) Fatalf ¶
func (sl *SignerLogger) Fatalf(format string, args ...interface{})
func (*SignerLogger) Info ¶
func (sl *SignerLogger) Info(format string)
func (*SignerLogger) Infof ¶
func (sl *SignerLogger) Infof(format string, args ...interface{})
func (*SignerLogger) Panicf ¶
func (sl *SignerLogger) Panicf(format string, args ...interface{})
func (*SignerLogger) Warningf ¶
func (sl *SignerLogger) Warningf(format string, args ...interface{})
Click to show internal directories.
Click to hide internal directories.