Versions in this module Expand all Collapse all v0 v0.1.1 Jan 13, 2023 v0.1.0 Jan 12, 2023 Changes in this version + type Server struct + func NewServer(listener net.Listener, o office.Service) Server + func (s Server) Create(ctx context.Context, r *proto.CreateRequest) (*proto.CreateResponse, error) + func (s Server) FindMany(ctx context.Context, r *proto.FindManyRequest) (*proto.FindManyResponse, error) + func (s Server) FindOne(ctx context.Context, r *proto.FindOneRequest) (*proto.FindOneResponse, error) + func (s Server) ListenAndServe() error + func (s Server) Shutdown() + func (s Server) Update(ctx context.Context, r *proto.UpdateRequest) (*proto.UpdateResponse, error)