testfixtures

package
v0.0.0-...-d5c12b8 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 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 Settings

type Settings struct {
	Key string `json:"key"`

	Password string `json:"password"`

	Server string `json:"server"`

	UseAuth bool `json:"use-auth"`

	Username string `json:"username"`
}

type StartStreamingRequest

type StartStreamingRequest struct {
	Stream *Stream `json:"stream,omitempty"`
}

type Stream

type Stream struct {
	Metadata map[string]interface{} `json:"metadata"`

	Settings *Settings `json:"settings,omitempty"`

	Type int `json:"type"`
}

Jump to

Keyboard shortcuts

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