Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultSource = "gerrit" SortinghatAddEndpoint = "/v1.0/identities" ModeHTTP = iota ModeHTTPS )
View Source
const (
DefaultStorage = "null"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountInfo ¶
type AccountInfo gerrit.AccountInfo
func (AccountInfo) Identify ¶
func (p AccountInfo) Identify() *Identity
type ApprovalInfo ¶
type ApprovalInfo gerrit.ApprovalInfo
func (ApprovalInfo) Identify ¶
func (p ApprovalInfo) Identify() *Identity
type GitPersonInfo ¶
type GitPersonInfo gerrit.GitPersonInfo
func (*GitPersonInfo) Identify ¶
func (p *GitPersonInfo) Identify() *Identity
type NullStorage ¶
type NullStorage struct {
// contains filtered or unexported fields
}
func (*NullStorage) Close ¶
func (s *NullStorage) Close() error
func (*NullStorage) Listen ¶
func (s *NullStorage) Listen()
type StortinghatStorage ¶
type StortinghatStorage struct {
// contains filtered or unexported fields
}
func (*StortinghatStorage) Close ¶
func (s *StortinghatStorage) Close() error
func (*StortinghatStorage) Init ¶
func (s *StortinghatStorage) Init(u *url.URL, c chan *Identity) error
func (*StortinghatStorage) Listen ¶
func (s *StortinghatStorage) Listen()
Click to show internal directories.
Click to hide internal directories.