config

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EnvURL = map[Env]string{
	EnvSandbox:    "https://tdev.kiriminaja.com",
	EnvProduction: "https://client.kiriminaja.com",
}

Functions

This section is empty.

Types

type Config

type Config struct {
	Env        Env
	BaseURL    string
	APIKey     string
	HTTPClient *http.Client
}

type Env

type Env string
const (
	EnvSandbox    Env = "sandbox"
	EnvProduction Env = "production"
)

Jump to

Keyboard shortcuts

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