serviceinfo

package
v2.27.0 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package serviceinfo provides a data model for information provided by a service under test.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestServiceInfo

type TestServiceInfo struct {
	TestServiceInfoBase

	// FullData is the entire response received from the test service, which might contain additional
	// properties beyond TestServiceInfoBase.
	FullData []byte
}

TestServiceInfo is status information returned by the test service from the initial status query.

func Empty

func Empty() TestServiceInfo

type TestServiceInfoBase

type TestServiceInfoBase struct {
	// Name is the name of the project that the test service is testing, such as "go-server-sdk".
	Name string `json:"name"`

	// Capabilities is a list of strings representing optional features of the test service.
	Capabilities framework.Capabilities `json:"capabilities"`
}

TestServiceInfoBase is the basic set of properties that all test services must provide.

Jump to

Keyboard shortcuts

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