Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
type Chain struct {
RawChain []byte `capnp:"chain"`
}
func (*Chain) ProtoId ¶
func (c *Chain) ProtoId() proto.ProtoIdType
type ChainIssRep ¶
type ChainIssRep struct {
RawChain []byte `capnp:"chain"`
}
func (*ChainIssRep) ProtoId ¶
func (c *ChainIssRep) ProtoId() proto.ProtoIdType
func (*ChainIssRep) String ¶
func (c *ChainIssRep) String() string
type ChainIssReq ¶
type ChainIssReq struct {
Raw []byte `capnp:"cert"`
}
func (*ChainIssReq) ProtoId ¶
func (c *ChainIssReq) ProtoId() proto.ProtoIdType
func (*ChainIssReq) String ¶
func (c *ChainIssReq) String() string
type Pld ¶
type Pld struct { *Data // contains filtered or unexported fields }
func NewPld ¶
func NewPld(u proto.Cerealizable, d *Data) (*Pld, error)
NewPld creates a new cert mgmt payload, containing the supplied Cerealizable instance.
func (*Pld) ProtoId ¶
func (p *Pld) ProtoId() proto.ProtoIdType
Click to show internal directories.
Click to hide internal directories.