listenerclient

package
v1.19.1 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Interface

type Interface interface {
	ListListeners() ([]*cloudListenerType.CloudListener, error)
	Create(listener *cloudListenerType.CloudListener) error
	Update(listener *cloudListenerType.CloudListener) error
	Delete(listener *cloudListenerType.CloudListener) error
}

type ListenerClient

type ListenerClient struct {
	// contains filtered or unexported fields
}

func (*ListenerClient) Create

func (lc *ListenerClient) Create(listener *cloudListenerType.CloudListener) error

func (*ListenerClient) Delete

func (lc *ListenerClient) Delete(listener *cloudListenerType.CloudListener) error

func (*ListenerClient) ListListeners

func (lc *ListenerClient) ListListeners() ([]*cloudListenerType.CloudListener, error)

func (*ListenerClient) Update

func (lc *ListenerClient) Update(listener *cloudListenerType.CloudListener) error

Jump to

Keyboard shortcuts

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