Versions in this module Expand all Collapse all v0 v0.1.0 Feb 15, 2022 Changes in this version + type Obit struct + func (o Obit) GetChecksum(parentChecksum *hash.Hash) (hash.Hash, error) + func (o Obit) GetDocuments() properties.Documents + func (o Obit) GetManufacturer() properties.StringProperty + func (o Obit) GetObitID() properties.ObitID + func (o Obit) GetPartNumber() properties.StringProperty + func (o Obit) GetSerialNumberHash() properties.StringProperty + func (o Obit) GetTrustAnchorToken() properties.StringProperty + type ObitDto struct + TrustAnchorToken string + type ObitIDDto struct + Manufacturer string + PartNumber string + SerialNumberHash string + type Sdk struct + func NewSdk(logger *log.Logger, debug bool) (*Sdk, error) + func (sdk *Sdk) NewObit(dto ObitDto) (Obit, error) + func (sdk *Sdk) NewObitID(dto ObitIDDto) (properties.ObitID, error)