single

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: May 11, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConfigKey      = "github.com/kanengo/akasar/single"
	ConfigShortKey = "single"
)

Variables

View Source
var (
	RegistryDir  = filepath.Join(dataDir, "registry")
	TracesDBFile = filepath.Join(dataDir, "traces.DB")

	Commands = map[string]*tool.Command{
		"deploy": &deployCmd,
	}
)
View Source
var File_internal_tool_single_single_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type SingleConfig

type SingleConfig struct {
	App       *protos.AppConfig                        `protobuf:"bytes,1,opt,name=app,proto3" json:"app,omitempty"`
	Listeners map[string]*SingleConfig_ListenerOptions `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SingleConfig) Descriptor deprecated

func (*SingleConfig) Descriptor() ([]byte, []int)

Deprecated: Use SingleConfig.ProtoReflect.Descriptor instead.

func (*SingleConfig) GetApp

func (x *SingleConfig) GetApp() *protos.AppConfig

func (*SingleConfig) GetListeners

func (x *SingleConfig) GetListeners() map[string]*SingleConfig_ListenerOptions

func (*SingleConfig) ProtoMessage

func (*SingleConfig) ProtoMessage()

func (*SingleConfig) ProtoReflect

func (x *SingleConfig) ProtoReflect() protoreflect.Message

func (*SingleConfig) Reset

func (x *SingleConfig) Reset()

func (*SingleConfig) String

func (x *SingleConfig) String() string

type SingleConfig_ListenerOptions

type SingleConfig_ListenerOptions struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

func (*SingleConfig_ListenerOptions) Descriptor deprecated

func (*SingleConfig_ListenerOptions) Descriptor() ([]byte, []int)

Deprecated: Use SingleConfig_ListenerOptions.ProtoReflect.Descriptor instead.

func (*SingleConfig_ListenerOptions) GetAddress

func (x *SingleConfig_ListenerOptions) GetAddress() string

func (*SingleConfig_ListenerOptions) ProtoMessage

func (*SingleConfig_ListenerOptions) ProtoMessage()

func (*SingleConfig_ListenerOptions) ProtoReflect

func (*SingleConfig_ListenerOptions) Reset

func (x *SingleConfig_ListenerOptions) Reset()

func (*SingleConfig_ListenerOptions) String

Jump to

Keyboard shortcuts

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