Documentation
¶
Index ¶
- func DefaultSetting(path string) *config.Setting
- func Info() *config.Info
- type Inbound
- func (i *Inbound) Get(ctx context.Context, req *wrapperspb.StringValue) (*listener.Inbound, error)
- func (i *Inbound) List(ctx context.Context, req *emptypb.Empty) (*gc.InboundsResponse, error)
- func (i *Inbound) Remove(ctx context.Context, req *wrapperspb.StringValue) (*emptypb.Empty, error)
- func (i *Inbound) Save(ctx context.Context, req *listener.Inbound) (*listener.Inbound, error)
- type Observer
- type ObserverFunc
- type Setting
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultSetting ¶ added in v0.3.8
Types ¶
type Inbound ¶ added in v0.3.8
type Inbound struct { gc.UnimplementedInboundServer // contains filtered or unexported fields }
func NewInbound ¶ added in v0.3.8
func (*Inbound) Get ¶ added in v0.3.8
func (i *Inbound) Get(ctx context.Context, req *wrapperspb.StringValue) (*listener.Inbound, error)
func (*Inbound) Remove ¶ added in v0.3.8
func (i *Inbound) Remove(ctx context.Context, req *wrapperspb.StringValue) (*emptypb.Empty, error)
type ObserverFunc ¶
func (ObserverFunc) Update ¶
func (o ObserverFunc) Update(s *config.Setting)
Click to show internal directories.
Click to hide internal directories.