models

package
v0.0.0-...-ef41214 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Claims

type Claims struct {
	ID uint
	jwt.StandardClaims
}

type Config

type Config struct {
	Server struct {
		Debug     bool
		Port      int
		UseTestDB bool
	}
	DB struct {
		Hostname string
		Port     int
		Username string
		Password string
		DBName   string
	}
	TestDB struct {
		Path string
	}
	Mailgun struct {
		SkipSend bool
		ApiKey   string
		Domain   string
		Sender   string
	}
	Etc struct {
		JwtSecret string
	}
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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