Documentation ¶
Index ¶
- type Actions
- func (a *Actions) CreateDynamic(reqCtx context.Context, dynamicOpts *opts.DynamicOptions) (*types.Dynamic, error)
- func (a *Actions) CreateRelay(ctx context.Context, relayOpts *opts.RelayOptions) (*types.Relay, error)
- func (a *Actions) DeleteDynamic(ctx context.Context, dynamicID string) error
- func (a *Actions) DeleteRelay(ctx context.Context, relayID string) (*types.Relay, error)
- func (a *Actions) ResumeDynamic(ctx context.Context, dynamicID string) (*types.Dynamic, error)
- func (a *Actions) ResumeRelay(ctx context.Context, relayID string) (*types.Relay, error)
- func (a Actions) StopDynamic(ctx context.Context, dynamicID string) (*types.Dynamic, error)
- func (a *Actions) StopRelay(ctx context.Context, relayID string) (*types.Relay, error)
- func (a *Actions) UpdateDynamic(ctx context.Context, dynamicID string, dynamicOpts *opts.DynamicOptions) (*types.Dynamic, error)
- func (a *Actions) UpdateRelay(_ context.Context, _ *opts.RelayOptions) (*types.Relay, error)
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actions ¶
type Actions struct {
// contains filtered or unexported fields
}
func (*Actions) CreateDynamic ¶
func (*Actions) CreateRelay ¶
func (*Actions) DeleteDynamic ¶
func (*Actions) DeleteRelay ¶
DeleteRelay stops a relay (if active) and delete it from persistent storage
func (*Actions) ResumeDynamic ¶
func (*Actions) ResumeRelay ¶
func (Actions) StopDynamic ¶
func (*Actions) UpdateDynamic ¶
func (*Actions) UpdateRelay ¶ added in v1.3.0
Click to show internal directories.
Click to hide internal directories.