Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
Backend is the minimal interface that must be implemented by a retriever. Retrievers are responsible for obtaining projects, the base entity on which neighbor operates. An example retriever is Git.
type BackendConfig ¶
type BackendConfig struct { // AuthRequired is indicates the method, if one, to be used for authentication // by the retrieval backend. AuthMethod string // Config is for optional or secondary configuration. Config map[string]string }
BackendConfig contains the configuration parameters for a retrieval backend.
Click to show internal directories.
Click to hide internal directories.