Documentation ¶ Index ¶ func NewClient(cc grpc.ClientConnInterface) *errorLogClient type Server func NewServer(impl core.ErrorLog) *Server func (e *Server) SaveError(ctx context.Context, request *pb.SaveErrorRequest) (*emptypb.Empty, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewClient ¶ func NewClient(cc grpc.ClientConnInterface) *errorLogClient Types ¶ type Server ¶ type Server struct { pb.UnimplementedErrorLogServer // contains filtered or unexported fields } func NewServer ¶ func NewServer(impl core.ErrorLog) *Server func (*Server) SaveError ¶ func (e *Server) SaveError(ctx context.Context, request *pb.SaveErrorRequest) (*emptypb.Empty, error) Source Files ¶ View all Source files error_log.go Directories ¶ Show internal Expand all Path Synopsis test Click to show internal directories. Click to hide internal directories.