subscribed

package
v0.0.0-...-031e5ed Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Event

type Event struct {
	Name    string `json:"name"`
	Version string `json:"version"`
}

Event represents basic information about event

type Events

type Events struct {
	EventsInfo []Event `json:"eventsInfo"`
}

Events represents collection of all events with subscriptions

type EventsClient

type EventsClient interface {
	GetSubscribedEvents(appName string) (Events, error)
}

EventsClient interface

func NewEventsClient

func NewEventsClient(client versioned.Interface) EventsClient

NewEventsClient function creates client for retrieving all active events

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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