Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LockingStorer ¶
type LockingStorer struct {
// contains filtered or unexported fields
}
func New ¶
func New(secretId string, logger log.DebugLogger) (*LockingStorer, error)
func (*LockingStorer) GetLostChannel ¶
func (ls *LockingStorer) GetLostChannel() <-chan error
func (*LockingStorer) Lock ¶
func (ls *LockingStorer) Lock() error
func (*LockingStorer) Read ¶
func (ls *LockingStorer) Read() (*certmanager.Certificate, error)
func (*LockingStorer) Unlock ¶
func (ls *LockingStorer) Unlock() error
func (*LockingStorer) Write ¶
func (ls *LockingStorer) Write(cert *certmanager.Certificate) error
Click to show internal directories.
Click to hide internal directories.