protocol

package
v0.0.0-...-b92b52e Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CCResponse

type CCResponse struct {
	Status int    `cbor:"1,keyasint"`
	Cert   string `cbor:"2,keyasint"`
}

type CCSResponse

type CCSResponse struct {
	Hubname string `cbor:"1,keyasint"`
	Port    int    `cbor:"2,keyasint"`
}

type CSRRequest

type CSRRequest struct {
	CSR []byte
	// contains filtered or unexported fields
}

type CSRResponse

type CSRResponse struct {
	Status int    `cbor:"1,keyasint"`
	Cert   []byte `cbor:"2,keyasint"`
}

type CertStatusResponse

type CertStatusResponse struct {
	Status int `cbor:"1,keyasint"`
}

type DevStatusResponse

type DevStatusResponse struct {
	Status  int       `cbor:"1,keyasint"`
	Serials []big.Int `cbor:"2,keyasint"`
}

Jump to

Keyboard shortcuts

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