config

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2023 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultChatEdgeURL = "https://chat.stream-io-api.com"
)

Variables

This section is empty.

Functions

func GetInitConfig

func GetInitConfig(cmd *cobra.Command, cfgPath *string) func()

Types

type App

type App struct {
	Name            string `yaml:"name" mapstructure:"name"`
	AccessKey       string `yaml:"access-key" mapstructure:"access-key"`
	AccessSecretKey string `yaml:"access-secret-key" mapstructure:"access-secret-key"`
	ChatURL         string `yaml:"chat-url" mapstructure:"chat-url"`
}

type Config

type Config struct {

	// Default is the default configuration used for operations
	Default string `yaml:"default" mapstructure:"default"`
	Apps    []App  `yaml:"apps" mapstructure:"apps"`
}

func GetConfig

func GetConfig(cmd *cobra.Command) *Config

func (*Config) Add

func (c *Config) Add(newApp App) error

func (*Config) Get

func (c *Config) Get(name string) (*App, error)

func (*Config) GetClient

func (c *Config) GetClient(cmd *cobra.Command) (*stream.Client, error)

func (*Config) GetDefaultAppOrExplicit added in v1.2.0

func (c *Config) GetDefaultAppOrExplicit(cmd *cobra.Command) (*App, error)

func (*Config) Remove

func (c *Config) Remove(appName string) error

func (*Config) SetDefault

func (c *Config) SetDefault(appName string) error

Jump to

Keyboard shortcuts

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