Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EndpointSet ¶
type EndpointSet struct { GetLinksEndpoint endpoint.Endpoint AddLinkEndpoint endpoint.Endpoint UpdateLinkEndpoint endpoint.Endpoint DeleteLinkEndpoint endpoint.Endpoint }
func (EndpointSet) AddLink ¶
func (s EndpointSet) AddLink(req om.AddLinkRequest) (err error)
func (EndpointSet) DeleteLink ¶
func (s EndpointSet) DeleteLink(username string, url string) (err error)
func (EndpointSet) GetLinks ¶
func (s EndpointSet) GetLinks(req om.GetLinksRequest) (result om.GetLinksResult, err error)
func (EndpointSet) UpdateLink ¶
func (s EndpointSet) UpdateLink(req om.UpdateLinkRequest) (err error)
type SimpleResponse ¶
type SimpleResponse struct {
Err string
}
Click to show internal directories.
Click to hide internal directories.