alarmcallback

package
v0.0.0-...-6f011c9 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Client httpclient.Client
}

func (Client) Create

func (cl Client) Create(
	ctx context.Context, streamID string, data map[string]interface{},
) (map[string]interface{}, *http.Response, error)

func (Client) Delete

func (cl Client) Delete(ctx context.Context, streamID, id string) (*http.Response, error)

func (Client) Get

func (cl Client) Get(
	ctx context.Context, streamID, id string,
) (map[string]interface{}, *http.Response, error)

func (Client) Update

func (cl Client) Update(
	ctx context.Context, streamID, id string, data map[string]interface{},
) (*http.Response, error)

Jump to

Keyboard shortcuts

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