Discover Packages
github.com/wadahiro/gitss
server
controller
package
Version:
v0.5.1
Opens a new window with list of versions in this module.
Published: Jan 17, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Count struct {
Organization int `json:"organization"`
Project int `json:"project"`
Repository int `json:"repository"`
Branch int `json:"branch"`
Tag int `json:"tag"`
Document uint64 `json:"document"`
}
type FilterResult struct {
Organizations []string `json:"organizations,omitempty"`
Projects []string `json:"projects,omitempty"`
Repositories []string `json:"repositories,omitempty"`
Branches []string `json:"branches,omitempty"`
Tags []string `json:"tags,omitempty"`
}
type IndexdStatisticsResult struct {
Count Count `json:"count"`
Indexes []config .Indexed `json:"indexes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.