Documentation ¶
Directories ¶
Path | Synopsis |
---|---|
Godeps
|
|
_workspace/src/code.google.com/p/go-uuid/uuid
The uuid package generates and inspects UUIDs.
|
The uuid package generates and inspects UUIDs. |
_workspace/src/github.com/0xor1/sus
Package sus provides data storage for entities that require sequential updates.
|
Package sus provides data storage for entities that require sequential updates. |
_workspace/src/github.com/golang/protobuf/proto
Package proto converts data structures to and from the wire format of protocol buffers.
|
Package proto converts data structures to and from the wire format of protocol buffers. |
_workspace/src/github.com/gorilla/context
Package context stores values shared during a request lifetime.
|
Package context stores values shared during a request lifetime. |
_workspace/src/github.com/gorilla/mux
Package gorilla/mux implements a request router and dispatcher.
|
Package gorilla/mux implements a request router and dispatcher. |
_workspace/src/github.com/gorilla/securecookie
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values.
|
Package gorilla/securecookie encodes and decodes authenticated and optionally encrypted cookie values. |
_workspace/src/github.com/gorilla/sessions
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
|
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends. |
_workspace/src/github.com/qedus/nds
Package nds a Go datastore API for Google App Engine that caches datastore calls in memcache in a strongly consistent manner.
|
Package nds a Go datastore API for Google App Engine that caches datastore calls in memcache in a strongly consistent manner. |
_workspace/src/github.com/stretchr/testify/assert
A set of comprehensive testing tools for use with the normal Go testing system.
|
A set of comprehensive testing tools for use with the normal Go testing system. |
_workspace/src/golang.org/x/net/context
Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes.
|
Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. |
_workspace/src/google.golang.org/appengine
Package appengine provides basic functionality for Google App Engine.
|
Package appengine provides basic functionality for Google App Engine. |
_workspace/src/google.golang.org/appengine/channel
Package channel implements the server side of App Engine's Channel API.
|
Package channel implements the server side of App Engine's Channel API. |
_workspace/src/google.golang.org/appengine/cmd/aebundler
Program aebundler turns a Go app into a fully self-contained tar file.
|
Program aebundler turns a Go app into a fully self-contained tar file. |
_workspace/src/google.golang.org/appengine/datastore
Package datastore provides a client for App Engine's datastore service.
|
Package datastore provides a client for App Engine's datastore service. |
_workspace/src/google.golang.org/appengine/delay
Package delay provides a way to execute code outside the scope of a user request by using the taskqueue API.
|
Package delay provides a way to execute code outside the scope of a user request by using the taskqueue API. |
_workspace/src/google.golang.org/appengine/file
Package file provides helper functions for using Google Cloud Storage.
|
Package file provides helper functions for using Google Cloud Storage. |
_workspace/src/google.golang.org/appengine/image
Package image provides image services.
|
Package image provides image services. |
_workspace/src/google.golang.org/appengine/internal
Package internal provides support for package appengine.
|
Package internal provides support for package appengine. |
_workspace/src/google.golang.org/appengine/internal/aetesting
Package aetesting provides utilities for testing App Engine packages.
|
Package aetesting provides utilities for testing App Engine packages. |
_workspace/src/google.golang.org/appengine/internal/app_identity
Package app_identity is a generated protocol buffer package.
|
Package app_identity is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/internal/base
Package base is a generated protocol buffer package.
|
Package base is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/internal/channel
Package channel is a generated protocol buffer package.
|
Package channel is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/internal/datastore
Package datastore is a generated protocol buffer package.
|
Package datastore is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/internal/image
Package image is a generated protocol buffer package.
|
Package image is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/internal/log
Package log is a generated protocol buffer package.
|
Package log is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/internal/mail
Package mail is a generated protocol buffer package.
|
Package mail is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/internal/memcache
Package memcache is a generated protocol buffer package.
|
Package memcache is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/internal/modules
Package modules is a generated protocol buffer package.
|
Package modules is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/internal/remote_api
Package remote_api is a generated protocol buffer package.
|
Package remote_api is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/internal/search
Package search is a generated protocol buffer package.
|
Package search is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/internal/taskqueue
Package taskqueue is a generated protocol buffer package.
|
Package taskqueue is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/internal/urlfetch
Package urlfetch is a generated protocol buffer package.
|
Package urlfetch is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/internal/user
Package user is a generated protocol buffer package.
|
Package user is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/internal/xmpp
Package xmpp is a generated protocol buffer package.
|
Package xmpp is a generated protocol buffer package. |
_workspace/src/google.golang.org/appengine/log
Package log provides the means of querying an application's logs from within an App Engine application.
|
Package log provides the means of querying an application's logs from within an App Engine application. |
_workspace/src/google.golang.org/appengine/mail
Package mail provides the means of sending email from an App Engine application.
|
Package mail provides the means of sending email from an App Engine application. |
_workspace/src/google.golang.org/appengine/memcache
Package memcache provides a client for App Engine's distributed in-memory key-value store for small chunks of arbitrary data.
|
Package memcache provides a client for App Engine's distributed in-memory key-value store for small chunks of arbitrary data. |
_workspace/src/google.golang.org/appengine/module
Package module provides functions for interacting with modules.
|
Package module provides functions for interacting with modules. |
_workspace/src/google.golang.org/appengine/remote_api
Package remote_api implements the /_ah/remote_api endpoint.
|
Package remote_api implements the /_ah/remote_api endpoint. |
_workspace/src/google.golang.org/appengine/search
Package search provides a client for App Engine's search service.
|
Package search provides a client for App Engine's search service. |
_workspace/src/google.golang.org/appengine/taskqueue
Package taskqueue provides a client for App Engine's taskqueue service.
|
Package taskqueue provides a client for App Engine's taskqueue service. |
_workspace/src/google.golang.org/appengine/urlfetch
Package urlfetch provides an http.RoundTripper implementation for fetching URLs via App Engine's urlfetch service.
|
Package urlfetch provides an http.RoundTripper implementation for fetching URLs via App Engine's urlfetch service. |
_workspace/src/google.golang.org/appengine/user
Package user provides a client for App Engine's user authentication service.
|
Package user provides a client for App Engine's user authentication service. |
_workspace/src/google.golang.org/appengine/xmpp
Package xmpp provides the means to send and receive instant messages to and from users of XMPP-compatible services.
|
Package xmpp provides the means to send and receive instant messages to and from users of XMPP-compatible services. |
_workspace/src/labix.org/v2/mgo/bson
Package bson is an implementation of the BSON specification for Go: http://bsonspec.org It was created as part of the mgo MongoDB driver for Go, but is standalone and may be used on its own without the driver.
|
Package bson is an implementation of the BSON specification for Go: http://bsonspec.org It was created as part of the mgo MongoDB driver for Go, but is standalone and may be used on its own without the driver. |
Click to show internal directories.
Click to hide internal directories.