config

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Copyright © 2025 Vapi, Inc.

Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors:

Dan Goosewin <dan@vapi.ai>

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SaveConfig

func SaveConfig(config *Config) error

Types

type Config

type Config struct {
	APIKey       string `mapstructure:"api_key"`
	BaseURL      string `mapstructure:"base_url"`
	DashboardURL string `mapstructure:"dashboard_url"`
	Environment  string `mapstructure:"environment"`
	Timeout      int    `mapstructure:"timeout"`
}

func LoadConfig

func LoadConfig() (*Config, error)

func (*Config) GetAPIBaseURL added in v0.0.2

func (c *Config) GetAPIBaseURL() string

GetAPIBaseURL returns the API base URL, respecting environment overrides

func (*Config) GetDashboardURL added in v0.0.2

func (c *Config) GetDashboardURL() string

GetDashboardURL returns the dashboard URL, respecting environment overrides

func (*Config) GetEnvironment added in v0.0.2

func (c *Config) GetEnvironment() string

GetEnvironment returns the current environment name

func (*Config) IsProduction added in v0.0.2

func (c *Config) IsProduction() bool

IsProduction returns true if running against production environment

type Environment added in v0.0.2

type Environment struct {
	Name         string
	APIBaseURL   string
	DashboardURL string
}

Environment configuration

Jump to

Keyboard shortcuts

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