Versions in this module Expand all Collapse all v0 v0.1.0 Mar 16, 2017 Changes in this version + type Server struct + func NewServer(addr, db string) (*Server, error) + func (m *Server) LoadExampleData() + func (s *Server) All(ctx context.Context, r *storage.AllRequest) (*storage.AllReply, error) + func (s *Server) Create(ctx context.Context, r *storage.CreateRequest) (*storage.CreateReply, error) + func (s *Server) Delete(ctx context.Context, r *storage.DeleteRequest) (*storage.DeleteReply, error) + func (s *Server) Read(ctx context.Context, r *storage.ReadRequest) (*storage.ReadReply, error) + func (s *Server) Update(ctx context.Context, r *storage.UpdateRequest) (*storage.UpdateReply, error)