Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrDuplicateStore represents an error when inserting a non unique store ErrDuplicateStore = errors.New("store location and name must be unique") )
Functions ¶
This section is empty.
Types ¶
type Service ¶
Service contains functionality for managing the document data service
func (*Service) CreateStoreIfNotExists ¶
CreateStoreIfNotExists creates a new store if it does not exist or returns it if it does
Click to show internal directories.
Click to hide internal directories.