Versions in this module Expand all Collapse all v0 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