Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IssuersStorage ¶
type IssuersStorage struct {
// contains filtered or unexported fields
}
IssuersStorage is a key value store backed by GCS on GCP to store issuer chains.
func NewIssuerStorage ¶
func NewIssuerStorage(ctx context.Context, bucket string, gcsClient *gcs.Client) (*IssuersStorage, error)
NewIssuerStorage creates a new GCS based issuer storage and GCS client.
func NewRootsStorage ¶ added in v0.1.2
func NewRootsStorage(ctx context.Context, bucket string, gcsClient *gcs.Client) (*IssuersStorage, error)
NewRootsStorage creates a new GCS based roots storage and GCS client.
func (*IssuersStorage) AddIfNotExist ¶ added in v0.1.2
AddIfNotExist stores values under their Key if there isn't an object under Key already.
Click to show internal directories.
Click to hide internal directories.