Documentation
¶
Index ¶
- type Config
- type Instance
- type Option
- func WithAPIPort(port int) Option
- func WithAdminUser(email, password string) Option
- func WithGRPCPort(port int) Option
- func WithKeysets(master, privateJWT, publicJWT []byte) Option
- func WithLogLevel(level string) Option
- func WithPostgres(url string) Option
- func WithRabbitMQ(url string) Option
- func WithoutAPI() Option
- func WithoutMigrations() Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
func (*Instance) GRPCAddress ¶
type Option ¶
type Option func(*Config)
func WithAPIPort ¶
func WithAdminUser ¶
func WithGRPCPort ¶
func WithKeysets ¶
func WithLogLevel ¶
func WithPostgres ¶
func WithRabbitMQ ¶
func WithoutAPI ¶
func WithoutAPI() Option
func WithoutMigrations ¶
func WithoutMigrations() Option
Click to show internal directories.
Click to hide internal directories.