token

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Annotation

type Annotation struct {
	Name  string
	Value string
}

Annotation is a D-Bus annotation.

type Arg

type Arg struct {
	Name string
	Type string
}

Arg is an argument.

type Interface

type Interface struct {
	Name        string
	Methods     []*Method
	Properties  []*Property
	Signals     []*Signal
	Annotations []*Annotation
}

Interface is a D-Bus interface.

type Method

type Method struct {
	Name        string
	In          []*Arg
	Out         []*Arg
	Annotations []*Annotation
}

Method is a D-Bus method.

type Property

type Property struct {
	Name        string
	Arg         *Arg
	Read        bool
	Write       bool
	Annotations []*Annotation
}

Property is a D-Bus property.

type Signal

type Signal struct {
	Name        string
	Args        []*Arg
	Annotations []*Annotation
}

Signal is a D-Bus signal.

Jump to

Keyboard shortcuts

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