Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AssetTable ¶
type AssetTable struct {
// contains filtered or unexported fields
}
func (*AssetTable) String ¶
func (mig *AssetTable) String() string
type Config ¶
type Config struct { Database database.Config SystemDefaults systemdefaults.SystemDefaults InternalAuthZ authz.Config ExternalDomain string ExternalPort uint16 ExternalSecure bool Log *logging.Config EncryptionKeys *encryptionKeyConfig DefaultInstance command.InstanceSetup Machine *id.Config }
func MustNewConfig ¶
type EventstoreIndexes ¶
type EventstoreIndexes struct {
// contains filtered or unexported fields
}
func (*EventstoreIndexes) Execute ¶
func (mig *EventstoreIndexes) Execute(ctx context.Context) error
func (*EventstoreIndexes) String ¶
func (mig *EventstoreIndexes) String() string
type FirstInstance ¶
type FirstInstance struct { InstanceName string DefaultLanguage language.Tag Org command.OrgSetup // contains filtered or unexported fields }
func (*FirstInstance) String ¶
func (mig *FirstInstance) String() string
type ProjectionTable ¶
type ProjectionTable struct {
// contains filtered or unexported fields
}
func (*ProjectionTable) String ¶
func (mig *ProjectionTable) String() string
type Steps ¶
type Steps struct { FirstInstance *FirstInstance // contains filtered or unexported fields }
func MustNewSteps ¶
Click to show internal directories.
Click to hide internal directories.