Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCache ¶
func NewCache() *memcache.MemcacheClient
Types ¶
type GraphService ¶
type GraphService struct {
Storage *graph.GraphStorage
}
func NewGraph ¶
func NewGraph() (*GraphService, error)
func (*GraphService) Name ¶
func (s *GraphService) Name() string
type StreamService ¶
type StreamService struct {
Message *stream.StreamMessage
}
func NewStream ¶
func NewStream() (*StreamService, error)
func (*StreamService) Name ¶
func (s *StreamService) Name() string
Click to show internal directories.
Click to hide internal directories.