package ctmapperpb

import "github.com/google/trillian/examples/ct/ctmapper/ctmapperpb"

Package ctmapperpb is a generated protocol buffer package.

It is generated from these files:

ct_mapper.proto

It has these top-level messages:

EntryList

Index

Types

type EntryList

type EntryList struct {
	Domain       string  `protobuf:"bytes,1,opt,name=domain" json:"domain,omitempty"`
	CertIndex    []int64 `protobuf:"varint,2,rep,packed,name=cert_index,json=certIndex" json:"cert_index,omitempty"`
	PrecertIndex []int64 `protobuf:"varint,3,rep,packed,name=precert_index,json=precertIndex" json:"precert_index,omitempty"`
}

func (*EntryList) Descriptor

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

func (*EntryList) GetCertIndex

func (m *EntryList) GetCertIndex() []int64

func (*EntryList) GetDomain

func (m *EntryList) GetDomain() string

func (*EntryList) GetPrecertIndex

func (m *EntryList) GetPrecertIndex() []int64

func (*EntryList) ProtoMessage

func (*EntryList) ProtoMessage()

func (*EntryList) Reset

func (m *EntryList) Reset()

func (*EntryList) String

func (m *EntryList) String() string

Source Files

ct_mapper.pb.go gen.go

Version
v1.0.1
Published
Sep 20, 2017
Platform
js/wasm
Imports
3 packages
Last checked
4 hours ago

Tools for package owners.