Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadWriter ¶
type ReadWriter struct {
// contains filtered or unexported fields
}
func NewReadWriter ¶
func NewReadWriter(settings func() StorageSettings, now func() time.Time) *ReadWriter
func (*ReadWriter) Name ¶
func (this *ReadWriter) Name() string
func (*ReadWriter) ReadPanic ¶
func (this *ReadWriter) ReadPanic(document projector.Document)
type StorageSettings ¶
type StorageSettings struct {
HTTPClient persist.HTTPClient
BucketName string
PathPrefix string
Context context.Context
Credentials gcs.Credentials
}
Click to show internal directories.
Click to hide internal directories.