testfixtures

package
v0.0.0-...-60bbf98 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2025 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 Caps

type Caps struct {
	CanInteract bool `json:"CanInteract"`

	DoNotDuplicate bool `json:"DoNotDuplicate"`

	DoNotSelfMonitor bool `json:"DoNotSelfMonitor"`

	Extra []*Extra `json:"Extra,omitempty"`

	HasAudio bool `json:"HasAudio"`

	HasVideo bool `json:"HasVideo"`

	IsAsync bool `json:"IsAsync"`

	IsComposite bool `json:"IsComposite"`
}

type Extra

type Extra struct {
	Poopy bool `json:"Poopy"`

	Wow bool `json:"Wow"`
}

type GetSourcesTypesListResponse

type GetSourcesTypesListResponse struct {
	Ids []*Id `json:"Ids,omitempty"`
}

type Id

type Id struct {
	Caps *Caps `json:"Caps,omitempty"`

	DefaultSettings map[string]interface{} `json:"DefaultSettings"`

	DisplayName string `json:"DisplayName"`

	Type string `json:"Type"`

	TypeId string `json:"TypeId"`
}

Jump to

Keyboard shortcuts

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