reports

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2018 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 ReportsClient

type ReportsClient interface {
	Dial(host, port string, opts ...grpc.DialOption) error
	Close()

	DeepPing() (output *reportsgrpcapi.DeepPingOutput, err error)
	DeepPingWithContext(ctx context.Context) (output *reportsgrpcapi.DeepPingOutput, err error)

	GetFunctionalLocationHealth(input reportsgrpcapi.GetFunctionalLocationHealthInput) (output *reportsgrpcapi.GetFunctionalLocationHealthOutput, err error)
	GetFunctionalLocationHealthWithContext(ctx context.Context, input reportsgrpcapi.GetFunctionalLocationHealthInput) (output *reportsgrpcapi.GetFunctionalLocationHealthOutput, err error)

	GetAssetHealth(input reportsgrpcapi.GetAssetHealthInput) (output *reportsgrpcapi.GetAssetHealthOutput, err error)
	GetAssetHealthWithContext(ctx context.Context, input reportsgrpcapi.GetAssetHealthInput) (output *reportsgrpcapi.GetAssetHealthOutput, err error)

	GetComplianceLog(input reportsgrpcapi.GetComplianceLogInput) (output *reportsgrpcapi.GetComplianceLogOutput, err error)
	GetComplianceLogWithContext(ctx context.Context, input reportsgrpcapi.GetComplianceLogInput) (output *reportsgrpcapi.GetComplianceLogOutput, err error)

	GetReports(input reportsgrpcapi.GetReportsInput) (output *reportsgrpcapi.GetReportsOutput, err error)
	GetReportsWithContext(ctx context.Context, input reportsgrpcapi.GetReportsInput) (output *reportsgrpcapi.GetReportsOutput, err error)
}

func CreateClient

func CreateClient() ReportsClient

Directories

Path Synopsis
Package reportsgrpcapi is a generated protocol buffer package.
Package reportsgrpcapi is a generated protocol buffer package.

Jump to

Keyboard shortcuts

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