Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DatabaseAlreadyExists = errors.New("database already exists")
)
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func New ¶
func New() *Repository
func (*Repository) AllDatabases ¶
func (r *Repository) AllDatabases() (databases []schema.Database)
func (*Repository) CreateDatabase ¶
func (r *Repository) CreateDatabase(database string, fd *desc.FileDescriptor) error
func (*Repository) Stop ¶
func (r *Repository) Stop() error
Click to show internal directories.
Click to hide internal directories.