Documentation
¶
Index ¶
Constants ¶
View Source
const Path = "/registry/notification"
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(loopbackConfig *restclient.Config) (http.Handler, error)
func ParseRepository ¶
ParseRepository splits a repository into three parts: tenantID, namespace and rest
Types ¶
type Event ¶
type Event struct {
ID string `json:"Id"`
TimeStamp time.Time
Action string
Target *Target
Request *Request
Actor *Actor
}
Event holds the details of a event.
Click to show internal directories.
Click to hide internal directories.