Documentation
¶
Overview ¶
* Copyright The Titan Project Contributors.
Index ¶
- type EchoRemote
- func (m EchoRemote) FromURL(url string, additionalProperties map[string]string) (map[string]interface{}, error)
- func (m EchoRemote) GetCommit(properties map[string]interface{}, parameters map[string]interface{}, ...) (*remote.Commit, error)
- func (m EchoRemote) GetParameters(remoteProperties map[string]interface{}) (map[string]interface{}, error)
- func (m EchoRemote) ListCommits(properties map[string]interface{}, parameters map[string]interface{}, ...) ([]remote.Commit, error)
- func (m EchoRemote) ToURL(properties map[string]interface{}) (string, map[string]string, error)
- func (m EchoRemote) Type() (string, error)
- func (m EchoRemote) ValidateParameters(parameters map[string]interface{}) error
- func (m EchoRemote) ValidateRemote(properties map[string]interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EchoRemote ¶
type EchoRemote struct {
}
func (EchoRemote) GetParameters ¶
func (m EchoRemote) GetParameters(remoteProperties map[string]interface{}) (map[string]interface{}, error)
func (EchoRemote) ListCommits ¶ added in v0.2.0
func (EchoRemote) Type ¶
func (m EchoRemote) Type() (string, error)
func (EchoRemote) ValidateParameters ¶ added in v0.2.0
func (m EchoRemote) ValidateParameters(parameters map[string]interface{}) error
func (EchoRemote) ValidateRemote ¶ added in v0.2.0
func (m EchoRemote) ValidateRemote(properties map[string]interface{}) error
Click to show internal directories.
Click to hide internal directories.