config

package
v0.0.0-...-31ddaea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitDatabaseMongodb

func InitDatabaseMongodb() *mongo.Database

Types

type AuthConfig

type AuthConfig struct {
	HttpPort     string
	RpcPort      string
	JwtTokenJti  string
	JwtExpired   int
	AppURL       string
	AppSecretKey string
	Timeout      time.Duration
	GrpcClient   GrpcClient
	RabbitMQ     RabbitMQConfig
}

func Auth

func Auth() *AuthConfig

type GrpcClient

type GrpcClient struct {
	User         string
	Notification string
}

type RabbitMQConfig

type RabbitMQConfig struct {
	Host     string
	Port     string
	User     string
	Password string
	Exchange string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL