Documentation ¶ Index ¶ type Details func NewDetails() *Details func (d *Details) IsService() bool func (d *Details) Token() string func (d *Details) UnusedOutputsCount() int func (d *Details) UserID() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Details ¶ type Details struct { *test.Mock TokenInvocations int TokenOutputs []string IsServerInvocations int IsServerOutputs []bool UserIDInvocations int UserIDOutputs []string } func NewDetails ¶ func NewDetails() *Details func (*Details) IsService ¶ func (d *Details) IsService() bool func (*Details) Token ¶ func (d *Details) Token() string func (*Details) UnusedOutputsCount ¶ func (d *Details) UnusedOutputsCount() int func (*Details) UserID ¶ func (d *Details) UserID() string Source Files ¶ View all Source files details.go Click to show internal directories. Click to hide internal directories.