Versions in this module Expand all Collapse all v0 v0.1.6 Oct 9, 2019 v0.1.5 Oct 9, 2019 Changes in this version + const SN + func Run() + type Account struct + Page utils.Page + func (m *Account) Add(ctx context.Context) error + func (m *Account) QueryOne(ctx context.Context) error + func (m *Account) Update(ctx context.Context) error + type Server struct + func (s *Server) AccountAdd(ctx context.Context, in *pb.AccountBase) (out *pb.AccountBase, outerr error) + func (s *Server) AccountQueryOne(ctx context.Context, in *pb.AccountID) (out *pb.AccountBase, outerr error) + func (s *Server) AccountUpdate(ctx context.Context, in *pb.AccountUpdateReq) (out *empty.Empty, outerr error)