Documentation
¶
Index ¶
Constants ¶
View Source
const RequestTimeout = 30 * time.Second
Variables ¶
View Source
var (
ErrTimedOut = errors.New("timed out talking to backend")
)
Functions ¶
Types ¶
type Backend ¶
type Backend struct { Id string Addr string I *I Codesearch pb.CodeSearchClient }
func NewBackend ¶
type DirListingSort ¶
type DirListingSort []directoryListEntry
func (DirListingSort) Len ¶
func (s DirListingSort) Len() int
func (DirListingSort) Less ¶
func (s DirListingSort) Less(i, j int) bool
func (DirListingSort) Swap ¶
func (s DirListingSort) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.