Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IdRegExp = regexp.MustCompile(`[a-f0-9]{5}`) GitHashRegExp = regexp.MustCompile(`[a-f0-9]{7}`) )
Functions ¶
Types ¶
type Component ¶
type Component interface { GetApp() string SetApp(string) GetName() string SetName(string) GetGitHash() string SetGitHash(string) GetId() string SetId(string) GetURI() string GetKey() string GetHTTPKey() string GetRequestSubject() string GetResponseSubject() string GetAsyncSubject() string GetRequestConsumer() string GetResponseConsumer() string GetAsyncConsumer() string GetStream() string GetSubjectWildcard() string }
type InvalidURI ¶
type InvalidURI struct {
Err string
}
func (*InvalidURI) Error ¶
func (e *InvalidURI) Error() string
Click to show internal directories.
Click to hide internal directories.