proto

package
v0.0.0-...-98addd5 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2017 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package proto is a generated protocol buffer package.

It is generated from these files:

core/proto/core.proto

It has these top-level messages:

Challenge
ValidationRecord
ProblemDetails
Certificate
Registration
Authorization
Empty

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Authorization

type Authorization struct {
	Id               *string      `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	Identifier       *string      `protobuf:"bytes,2,opt,name=identifier" json:"identifier,omitempty"`
	RegistrationID   *int64       `protobuf:"varint,3,opt,name=registrationID" json:"registrationID,omitempty"`
	Status           *string      `protobuf:"bytes,4,opt,name=status" json:"status,omitempty"`
	Expires          *int64       `protobuf:"varint,5,opt,name=expires" json:"expires,omitempty"`
	Challenges       []*Challenge `protobuf:"bytes,6,rep,name=challenges" json:"challenges,omitempty"`
	Combinations     []byte       `protobuf:"bytes,7,opt,name=combinations" json:"combinations,omitempty"`
	XXX_unrecognized []byte       `json:"-"`
}

func (*Authorization) Descriptor

func (*Authorization) Descriptor() ([]byte, []int)

func (*Authorization) GetChallenges

func (m *Authorization) GetChallenges() []*Challenge

func (*Authorization) GetCombinations

func (m *Authorization) GetCombinations() []byte

func (*Authorization) GetExpires

func (m *Authorization) GetExpires() int64

func (*Authorization) GetId

func (m *Authorization) GetId() string

func (*Authorization) GetIdentifier

func (m *Authorization) GetIdentifier() string

func (*Authorization) GetRegistrationID

func (m *Authorization) GetRegistrationID() int64

func (*Authorization) GetStatus

func (m *Authorization) GetStatus() string

func (*Authorization) ProtoMessage

func (*Authorization) ProtoMessage()

func (*Authorization) Reset

func (m *Authorization) Reset()

func (*Authorization) String

func (m *Authorization) String() string

type Certificate

type Certificate struct {
	RegistrationID   *int64  `protobuf:"varint,1,opt,name=registrationID" json:"registrationID,omitempty"`
	Serial           *string `protobuf:"bytes,2,opt,name=serial" json:"serial,omitempty"`
	Digest           *string `protobuf:"bytes,3,opt,name=digest" json:"digest,omitempty"`
	Der              []byte  `protobuf:"bytes,4,opt,name=der" json:"der,omitempty"`
	Issued           *int64  `protobuf:"varint,5,opt,name=issued" json:"issued,omitempty"`
	Expires          *int64  `protobuf:"varint,6,opt,name=expires" json:"expires,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*Certificate) Descriptor

func (*Certificate) Descriptor() ([]byte, []int)

func (*Certificate) GetDer

func (m *Certificate) GetDer() []byte

func (*Certificate) GetDigest

func (m *Certificate) GetDigest() string

func (*Certificate) GetExpires

func (m *Certificate) GetExpires() int64

func (*Certificate) GetIssued

func (m *Certificate) GetIssued() int64

func (*Certificate) GetRegistrationID

func (m *Certificate) GetRegistrationID() int64

func (*Certificate) GetSerial

func (m *Certificate) GetSerial() string

func (*Certificate) ProtoMessage

func (*Certificate) ProtoMessage()

func (*Certificate) Reset

func (m *Certificate) Reset()

func (*Certificate) String

func (m *Certificate) String() string

type Challenge

type Challenge struct {
	Id                *int64              `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Type              *string             `protobuf:"bytes,2,opt,name=type" json:"type,omitempty"`
	Status            *string             `protobuf:"bytes,6,opt,name=status" json:"status,omitempty"`
	Uri               *string             `protobuf:"bytes,9,opt,name=uri" json:"uri,omitempty"`
	Token             *string             `protobuf:"bytes,3,opt,name=token" json:"token,omitempty"`
	KeyAuthorization  *string             `protobuf:"bytes,5,opt,name=keyAuthorization" json:"keyAuthorization,omitempty"`
	Validationrecords []*ValidationRecord `protobuf:"bytes,10,rep,name=validationrecords" json:"validationrecords,omitempty"`
	Error             *ProblemDetails     `protobuf:"bytes,7,opt,name=error" json:"error,omitempty"`
	XXX_unrecognized  []byte              `json:"-"`
}

func (*Challenge) Descriptor

func (*Challenge) Descriptor() ([]byte, []int)

func (*Challenge) GetError

func (m *Challenge) GetError() *ProblemDetails

func (*Challenge) GetId

func (m *Challenge) GetId() int64

func (*Challenge) GetKeyAuthorization

func (m *Challenge) GetKeyAuthorization() string

func (*Challenge) GetStatus

func (m *Challenge) GetStatus() string

func (*Challenge) GetToken

func (m *Challenge) GetToken() string

func (*Challenge) GetType

func (m *Challenge) GetType() string

func (*Challenge) GetUri

func (m *Challenge) GetUri() string

func (*Challenge) GetValidationrecords

func (m *Challenge) GetValidationrecords() []*ValidationRecord

func (*Challenge) ProtoMessage

func (*Challenge) ProtoMessage()

func (*Challenge) Reset

func (m *Challenge) Reset()

func (*Challenge) String

func (m *Challenge) String() string

type Empty

type Empty struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*Empty) Descriptor

func (*Empty) Descriptor() ([]byte, []int)

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) String

func (m *Empty) String() string

type ProblemDetails

type ProblemDetails struct {
	ProblemType      *string `protobuf:"bytes,1,opt,name=problemType" json:"problemType,omitempty"`
	Detail           *string `protobuf:"bytes,2,opt,name=detail" json:"detail,omitempty"`
	HttpStatus       *int32  `protobuf:"varint,3,opt,name=httpStatus" json:"httpStatus,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*ProblemDetails) Descriptor

func (*ProblemDetails) Descriptor() ([]byte, []int)

func (*ProblemDetails) GetDetail

func (m *ProblemDetails) GetDetail() string

func (*ProblemDetails) GetHttpStatus

func (m *ProblemDetails) GetHttpStatus() int32

func (*ProblemDetails) GetProblemType

func (m *ProblemDetails) GetProblemType() string

func (*ProblemDetails) ProtoMessage

func (*ProblemDetails) ProtoMessage()

func (*ProblemDetails) Reset

func (m *ProblemDetails) Reset()

func (*ProblemDetails) String

func (m *ProblemDetails) String() string

type Registration

type Registration struct {
	Id               *int64   `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Key              []byte   `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"`
	Contact          []string `protobuf:"bytes,3,rep,name=contact" json:"contact,omitempty"`
	ContactsPresent  *bool    `protobuf:"varint,4,opt,name=contactsPresent" json:"contactsPresent,omitempty"`
	Agreement        *string  `protobuf:"bytes,5,opt,name=agreement" json:"agreement,omitempty"`
	InitialIP        []byte   `protobuf:"bytes,6,opt,name=initialIP" json:"initialIP,omitempty"`
	CreatedAt        *int64   `protobuf:"varint,7,opt,name=createdAt" json:"createdAt,omitempty"`
	Status           *string  `protobuf:"bytes,8,opt,name=status" json:"status,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*Registration) Descriptor

func (*Registration) Descriptor() ([]byte, []int)

func (*Registration) GetAgreement

func (m *Registration) GetAgreement() string

func (*Registration) GetContact

func (m *Registration) GetContact() []string

func (*Registration) GetContactsPresent

func (m *Registration) GetContactsPresent() bool

func (*Registration) GetCreatedAt

func (m *Registration) GetCreatedAt() int64

func (*Registration) GetId

func (m *Registration) GetId() int64

func (*Registration) GetInitialIP

func (m *Registration) GetInitialIP() []byte

func (*Registration) GetKey

func (m *Registration) GetKey() []byte

func (*Registration) GetStatus

func (m *Registration) GetStatus() string

func (*Registration) ProtoMessage

func (*Registration) ProtoMessage()

func (*Registration) Reset

func (m *Registration) Reset()

func (*Registration) String

func (m *Registration) String() string

type ValidationRecord

type ValidationRecord struct {
	Hostname          *string  `protobuf:"bytes,1,opt,name=hostname" json:"hostname,omitempty"`
	Port              *string  `protobuf:"bytes,2,opt,name=port" json:"port,omitempty"`
	AddressesResolved [][]byte `protobuf:"bytes,3,rep,name=addressesResolved" json:"addressesResolved,omitempty"`
	AddressUsed       []byte   `protobuf:"bytes,4,opt,name=addressUsed" json:"addressUsed,omitempty"`
	Authorities       []string `protobuf:"bytes,5,rep,name=authorities" json:"authorities,omitempty"`
	Url               *string  `protobuf:"bytes,6,opt,name=url" json:"url,omitempty"`
	XXX_unrecognized  []byte   `json:"-"`
}

func (*ValidationRecord) Descriptor

func (*ValidationRecord) Descriptor() ([]byte, []int)

func (*ValidationRecord) GetAddressUsed

func (m *ValidationRecord) GetAddressUsed() []byte

func (*ValidationRecord) GetAddressesResolved

func (m *ValidationRecord) GetAddressesResolved() [][]byte

func (*ValidationRecord) GetAuthorities

func (m *ValidationRecord) GetAuthorities() []string

func (*ValidationRecord) GetHostname

func (m *ValidationRecord) GetHostname() string

func (*ValidationRecord) GetPort

func (m *ValidationRecord) GetPort() string

func (*ValidationRecord) GetUrl

func (m *ValidationRecord) GetUrl() string

func (*ValidationRecord) ProtoMessage

func (*ValidationRecord) ProtoMessage()

func (*ValidationRecord) Reset

func (m *ValidationRecord) Reset()

func (*ValidationRecord) String

func (m *ValidationRecord) String() string

Jump to

Keyboard shortcuts

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