Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UnknownNotarization = &Notarization{ Status: constants.Unknown, Object: nil, StoreMeta: nil, }
Functions ¶
This section is empty.
Types ¶
type Notarization ¶
func (Notarization) String ¶
func (n Notarization) String() string
type Notary ¶
type Notary interface { Start() error Stop() error Notarize(object *object.Object, status string) (*Notarization, error) Authenticate(object *object.Object) (*Notarization, error) AuthenticateBatch(objects []*object.Object) ([]Notarization, error) History(object *object.Object) ([]*Notarization, error) }
func NewImmuNotary ¶
Click to show internal directories.
Click to hide internal directories.