Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { RawRequest(req []byte) ([]byte, error) Availability(req *structs.AvailabilityRequest) (*structs.Availability, error) KeyInfo() (*structs.KeyManager, error) }
type Storage ¶ added in v1.2.0
type Storage interface { SendRawRequest(req []byte) ([]byte, error) GetAvailability(req []byte) (*structs.AvailabilityResponse, error) GetCurrentKeyInfo(req []byte) (*structs.KeyInfoResponse, error) GetKeyData() (*client.KeyData, error) Request(requestBytes []byte, logAttributes map[string]string) ([]byte, error) }
Click to show internal directories.
Click to hide internal directories.