Documentation ¶
Index ¶
- type ServiceLogger
- func (svc ServiceLogger) Create(ctx context.Context, ci types.CredentialInput) (output types.Credential, err error)
- func (svc ServiceLogger) Delete(ctx context.Context, id string) (err error)
- func (svc ServiceLogger) Get(ctx context.Context, id string) (output types.Credential, err error)
- func (svc ServiceLogger) GetAllMetadata(ctx context.Context, sourceHost string) (output <-chan types.Metadata, errch chan error)
- func (svc ServiceLogger) Update(ctx context.Context, id string, ci types.CredentialInput) (output types.Credential, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceLogger ¶
type ServiceLogger struct {
// contains filtered or unexported fields
}
func NewServiceLogger ¶
func NewServiceLogger(l log.Logger, next types.Service) ServiceLogger
func (ServiceLogger) Create ¶
func (svc ServiceLogger) Create(ctx context.Context, ci types.CredentialInput) (output types.Credential, err error)
func (ServiceLogger) Delete ¶
func (svc ServiceLogger) Delete(ctx context.Context, id string) (err error)
func (ServiceLogger) Get ¶
func (svc ServiceLogger) Get(ctx context.Context, id string) (output types.Credential, err error)
func (ServiceLogger) GetAllMetadata ¶
func (ServiceLogger) Update ¶
func (svc ServiceLogger) Update(ctx context.Context, id string, ci types.CredentialInput) (output types.Credential, err error)
Click to show internal directories.
Click to hide internal directories.