settings

package
v0.0.0-...-bebabf7 Latest Latest
Warning

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

Go to latest
Published: Jan 1, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Settings = initSettings()

Functions

This section is empty.

Types

type Auth

type Auth struct {
	Google
	Yandex
	Vk
	Telegram
}

type Google

type Google struct {
	ClientID     string
	ClientSecret string
	Callback     string
	Redirect     string
}

type Telegram

type Telegram struct {
	Token   string
	PK      string
	AuthURL string
}

type Vk

type Vk struct {
	ClientID     string
	ClientSecret string
	Callback     string
}

type Yandex

type Yandex struct {
	ClientID     string
	ClientSecret string
	Callback     string
	Redirect     string
}

Jump to

Keyboard shortcuts

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