MCPcopy Create free account
hub / github.com/crewjam/saml / Link

Struct Link

example/service.go:28–32  ·  view source on GitHub ↗

Link represents a short link

Source from the content-addressed store, hash-verified

26
27// Link represents a short link
28type Link struct {
29 ShortLink string
30 Target string
31 Owner string
32}
33
34// CreateLink handles requests to create links
35func CreateLink(c web.C, w http.ResponseWriter, r *http.Request) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected