remotecli

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2018 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto

Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto

Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto

Code generated by protoc-gen-gomeet-service. DO NOT EDIT. source: pb/profile.proto

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContextCall

type ContextCall int
const (
	ConsoleCall ContextCall = iota // 0
	CliCall                        // 1
)

type RemoteCli

type RemoteCli interface {
	GetActionsMap() map[string]func([]string) (string, error)
	Eval(line string) (string, error)
	Close()
	RemoteVersion() (*pb.VersionResponse, error)
}

func NewRemoteCli

func NewRemoteCli(
	name string,
	version string,
	ctxCall ContextCall,
	addr string,
	timeout int,
	caCertificate string,
	clientCertificate string,
	clientPrivateKey string,
	jwt string,
) (RemoteCli, error)

Jump to

Keyboard shortcuts

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