Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Connect ¶
func Connect(conf *configs.DatabaseConfig) (err error)
Types ¶
type AccountStore ¶
type AccountStore struct {
// contains filtered or unexported fields
}
func NewAccountStore ¶
func NewAccountStore(conf *configs.PostarConfig) *AccountStore
func (*AccountStore) GetAccount ¶
type SpaceStore ¶
type SpaceStore struct {
// contains filtered or unexported fields
}
func NewSpaceStore ¶
func NewSpaceStore(conf *configs.PostarConfig) *SpaceStore
type TemplateStore ¶
type TemplateStore struct {
// contains filtered or unexported fields
}
func NewTemplateStore ¶
func NewTemplateStore(conf *configs.PostarConfig) *TemplateStore
func (*TemplateStore) GetTemplate ¶
Click to show internal directories.
Click to hide internal directories.