options

package
v1.24.5 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppsOptions added in v1.24.0

type AppsOptions struct {
	Addr string `json:"addr,omitempty"`
}

func NewDefaultAppsOptions added in v1.24.0

func NewDefaultAppsOptions() *AppsOptions

type EdgeOptions added in v1.23.0

type EdgeOptions struct {
	Addr string `json:"addr,omitempty"`
}

func NewDefaultEdgeOptions added in v1.23.0

func NewDefaultEdgeOptions() *EdgeOptions

type ModelsOptions added in v1.22.0

type ModelsOptions struct {
	Addr string `json:"addr,omitempty"`
}

func NewDefaultModelsOptions added in v1.22.0

func NewDefaultModelsOptions() *ModelsOptions

type Options

type Options struct {
	System       *system.Options                   `json:"system,omitempty"`
	DebugMode    bool                              `json:"debugMode,omitempty"`
	Exporter     *prometheus.ExporterOptions       `json:"exporter,omitempty"`
	JWT          *jwt.Options                      `json:"jwt,omitempty"`
	LogLevel     string                            `json:"logLevel,omitempty"`
	Msgbus       *msgbus.Options                   `json:"msgbus,omitempty"`
	Mysql        *database.Options                 `json:"mysql,omitempty"`
	Redis        *redis.Options                    `json:"redis,omitempty"`
	Microservice *microservice.MicroserviceOptions `json:"microservice,omitempty"`
	Mongo        *mongo.Options                    `json:"mongo,omitempty"`
	Models       *ModelsOptions                    `json:"models,omitempty"`
	Edge         *EdgeOptions                      `json:"edge,omitempty"`
	Otel         *otel.Options                     `json:"otel,omitempty"`
	Apps         *AppsOptions                      `json:"apps,omitempty"`
	Appstore     *helm.Options                     `json:"appstore,omitempty"`
	Argo         *argo.Options                     `json:"argo,omitempty"`
	Git          *git.Options                      `json:"git,omitempty"`
}

func DefaultOptions

func DefaultOptions() *Options

Jump to

Keyboard shortcuts

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