schema

package
v0.25.0 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package schema implements the Schema domain. This domain is deprecated.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClient

func NewClient(conn *rpcc.Conn) *domainClient

NewClient returns a client for the Schema domain with the connection set to conn.

Types

type Domain

type Domain struct {
	Name    string `json:"name"`    // Domain name.
	Version string `json:"version"` // Domain version.
}

Domain Description of the protocol domain.

type GetDomainsReply

type GetDomainsReply struct {
	Domains []Domain `json:"domains"` // List of supported domains.
}

GetDomainsReply represents the return values for GetDomains in the Schema domain.

Jump to

Keyboard shortcuts

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