Documentation ¶
Index ¶
- Constants
- Variables
- type SingleConfig
- func (*SingleConfig) Descriptor() ([]byte, []int)deprecated
- func (x *SingleConfig) GetApp() *protos.AppConfig
- func (x *SingleConfig) GetListeners() map[string]*SingleConfig_ListenerOptions
- func (*SingleConfig) ProtoMessage()
- func (x *SingleConfig) ProtoReflect() protoreflect.Message
- func (x *SingleConfig) Reset()
- func (x *SingleConfig) String() string
- type SingleConfig_ListenerOptions
- func (*SingleConfig_ListenerOptions) Descriptor() ([]byte, []int)deprecated
- func (x *SingleConfig_ListenerOptions) GetAddress() string
- func (*SingleConfig_ListenerOptions) ProtoMessage()
- func (x *SingleConfig_ListenerOptions) ProtoReflect() protoreflect.Message
- func (x *SingleConfig_ListenerOptions) Reset()
- func (x *SingleConfig_ListenerOptions) String() string
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 (x *SingleConfig_ListenerOptions) ProtoReflect() protoreflect.Message
func (*SingleConfig_ListenerOptions) Reset ¶
func (x *SingleConfig_ListenerOptions) Reset()
func (*SingleConfig_ListenerOptions) String ¶
func (x *SingleConfig_ListenerOptions) String() string
Click to show internal directories.
Click to hide internal directories.