api

package
v0.0.0-...-f0dc348 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientJSON

type ClientJSON struct {
	Id   string `json:"id"`
	Name string `json:"name"`
}

type EventInfoJSON

type EventInfoJSON struct {
	Event       string   `json:"event"`
	Subscribers []string `json:"subscribers"`
}

type GetLogsRequest

type GetLogsRequest struct {
	Pattern string
}

type GetLogsResponse

type GetLogsResponse map[string]string

type ListEventsResponse

type ListEventsResponse []EventInfoJSON

type NameClientRequest

type NameClientRequest struct {
	Name string
}

type ServiceJSON

type ServiceJSON struct {
	Client         string `json:"client"`
	Name           string `json:"name"`
	Identification string `json:"identification"`
}

type SpyRequest

type SpyRequest struct {
	ServiceName           string
	ServiceIdentification string
	ClientId              string
}

Jump to

Keyboard shortcuts

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