configs

package
v0.0.0-...-cc190ba Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Port   int
	Env    string
	Trello TrelloConf
}

func GetConfig

func GetConfig() Config

type TrelloConf

type TrelloConf struct {
	Key     string `json:"key"`
	Token   string `json:"token"`
	Host    string `json:"host"`
	Scheme  string `json:"scheme"`
	BoardId string `json:"board_id"`
}

Jump to

Keyboard shortcuts

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