Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultStorage = "null"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeSet ¶
type ChangeSet struct {
Change *gerrit.ChangeInfo
Comments *map[string]gerrit.CommentInfo
Files *map[string]gerrit.FileInfo
}
type MySQLStorage ¶
type MySQLStorage struct {
// contains filtered or unexported fields
}
func (*MySQLStorage) Close ¶
func (s *MySQLStorage) Close() error
func (*MySQLStorage) Listen ¶
func (s *MySQLStorage) Listen()
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 Project ¶
type Project gerrit.ProjectInfo
Click to show internal directories.
Click to hide internal directories.