Documentation ¶
Overview ¶
Package identifier is the source of an anonymous and stable system id (from /var/lib/dbus/machine-id) used by the push notifications service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Id ¶
type Id interface {
String() string
}
an Id knows how to generate itself, and how to stringify itself.
type Identifier ¶
type Identifier struct {
// contains filtered or unexported fields
}
Identifier is the default Id implementation.
func (*Identifier) String ¶
func (id *Identifier) String() string
String returns the system identifier as a string.
Click to show internal directories.
Click to hide internal directories.