Versions in this module Expand all Collapse all v0 v0.7.1 Mar 28, 2026 v0.7.0 Mar 28, 2026 Changes in this version + func InitLogger(logLevel string) + func Migrate(ctx context.Context, cfg *config.Config, version string) error + func MigrateDown(ctx context.Context, cfg *config.Config, version string) error + func Start(ctx context.Context, cfg *config.Config, version string) error v0.6.0 Jun 30, 2023 Changes in this version + func Serve(ctx context.Context, config Config, logger *log.Logrus, ...) error + type Config struct + BaseUrl string + GRPC GRPCConfig + Host string + Identity IdentityConfig + Port int + type GRPCConfig struct + MaxRecvMsgSize int + MaxSendMsgSize int + Port int + type IdentityConfig struct + HeaderKeyUserEmail string + HeaderKeyUserUUID string + HeaderValueUserUUID string + ProviderDefaultName string