Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataStore ¶
type DataStore struct {
Backend Storer
}
DataStore provides a datastore.Storer interface used to store, retrieve, remove or update topics
type MongoDB ¶
type MongoDB interface { Close(context.Context) error Checker(context.Context, *healthcheck.CheckState) error // contains filtered or unexported methods }
MongoDB represents all the required methods from mongo DB
Click to show internal directories.
Click to hide internal directories.