eventserver

package
v3.0.8-rc.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2018 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventServerClientInterface

type EventServerClientInterface interface {
	Query(ctx context.Context, appID string, h util.Headers, dat paraparse.SubscribeCommonSearch) (resp *api.BKAPIRsp, err error)
	Ping(ctx context.Context, h util.Headers, dat interface{}) (resp *api.BKAPIRsp, err error)
	Telnet(ctx context.Context, h util.Headers, dat interface{}) (resp *api.BKAPIRsp, err error)
	Subscribe(ctx context.Context, appID string, h util.Headers, subscription *types.Subscription) (resp *api.BKAPIRsp, err error)
	UnSubscribe(ctx context.Context, appID string, subscribeID string, h util.Headers) (resp *api.BKAPIRsp, err error)
	Rebook(ctx context.Context, appID string, subscribeID string, h util.Headers, subscription *types.Subscription) (resp *api.BKAPIRsp, err error)
}

func NewEventServerClientInterface

func NewEventServerClientInterface(c *util.Capability, version string) EventServerClientInterface

Jump to

Keyboard shortcuts

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