Documentation
¶
Index ¶
- type Proxy
- func (p *Proxy) Create(ctx context.Context, endpoint *types.EndpointManifest) (*types.EndpointState, error)
- func (p *Proxy) Destroy(ctx context.Context, endpoint *types.EndpointState) error
- func (p *Proxy) Info(ctx context.Context) (map[string]*types.EndpointState, error)
- func (p *Proxy) Update(ctx context.Context, endpoint *types.EndpointState, ...) (*types.EndpointState, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
func (*Proxy) Create ¶
func (p *Proxy) Create(ctx context.Context, endpoint *types.EndpointManifest) (*types.EndpointState, error)
func (*Proxy) Destroy ¶
func (*Proxy) Info ¶
func (*Proxy) Update ¶
func (p *Proxy) Update(ctx context.Context, endpoint *types.EndpointState, spec *types.EndpointManifest) (*types.EndpointState, error)
Source Files
¶
- local.go
Click to show internal directories.
Click to hide internal directories.