MCPcopy Index your code
hub / github.com/perkeep/perkeep / usage

Function usage

cmd/pk-devimport/devimport.go:62–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60)
61
62func usage() {
63 fmt.Fprintf(os.Stderr,
64 `Usage: pk-devimport <importerType> <accountNodeRef>
65
66-importerType is one of the supported importers: feed, flickr, foursquare, gphotos, pinboard, plaid, twitter.
67-accountNodeRef is the permanode of camliNodeType importerAccount representing the account to import.
68`)
69}
70
71func newImporterHost(server string, importerType string) (*importer.Host, error) {
72 cl := newClient(server)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected