notifier

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2020 License: Apache-2.0 Imports: 5 Imported by: 4

Documentation

Overview

Provides interfaces and adapters for the Notifier service

Generated code. Do not modify by hand.

Index

Constants

View Source
const (
	Type = "Notifier"
)

Variables

View Source
var PluginClient catalog.PluginClient = pluginClient{}

PluginClient is a catalog PluginClient implementation for the Notifier plugin.

Functions

func PluginServer

func PluginServer(server NotifierServer) catalog.PluginServer

PluginServer returns a catalog PluginServer implementation for the Notifier plugin.

Types

type BundleLoaded

type BundleLoaded = notifier.BundleLoaded //nolint: golint

type BundleUpdated

type BundleUpdated = notifier.BundleUpdated //nolint: golint

type Notifier

type Notifier interface {
	Notify(context.Context, *NotifyRequest) (*NotifyResponse, error)
	NotifyAndAdvise(context.Context, *NotifyAndAdviseRequest) (*NotifyAndAdviseResponse, error)
}

Notifier is the client interface for the service type Notifier interface.

func AdaptPluginClient

func AdaptPluginClient(client NotifierClient) Notifier

type NotifierClient

type NotifierClient = notifier.NotifierClient //nolint: golint

type NotifierServer

type NotifierServer = notifier.NotifierServer //nolint: golint

type NotifyAndAdviseRequest

type NotifyAndAdviseRequest = notifier.NotifyAndAdviseRequest //nolint: golint

type NotifyAndAdviseRequest_BundleLoaded

type NotifyAndAdviseRequest_BundleLoaded = notifier.NotifyAndAdviseRequest_BundleLoaded //nolint: golint

type NotifyAndAdviseResponse

type NotifyAndAdviseResponse = notifier.NotifyAndAdviseResponse //nolint: golint

type NotifyRequest

type NotifyRequest = notifier.NotifyRequest //nolint: golint

type NotifyRequest_BundleUpdated

type NotifyRequest_BundleUpdated = notifier.NotifyRequest_BundleUpdated //nolint: golint

type NotifyResponse

type NotifyResponse = notifier.NotifyResponse //nolint: golint

type Plugin

Plugin is the client interface for the service with the plugin related methods used by the catalog to initialize the plugin.

type UnimplementedNotifierServer

type UnimplementedNotifierServer = notifier.UnimplementedNotifierServer //nolint: golint

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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