Versions in this module Expand all Collapse all v0 v0.1.0 Feb 5, 2019 Changes in this version + func ErrToStatus(e common.Error, severity exprpb.IssueDetails_Severity) *rpc.Status + func ExprValueToRefValue(ev *exprpb.ExprValue) (ref.Val, error) + func RefValueToExprValue(res ref.Val, err error) (*exprpb.ExprValue, error) + func RefValueToValue(res ref.Val) (*exprpb.Value, error) + func ValueToRefValue(v *exprpb.Value) (ref.Val, error) + type ConformanceServer struct + func (s *ConformanceServer) Check(ctx context.Context, in *exprpb.CheckRequest) (*exprpb.CheckResponse, error) + func (s *ConformanceServer) Eval(ctx context.Context, in *exprpb.EvalRequest) (*exprpb.EvalResponse, error) + func (s *ConformanceServer) Parse(ctx context.Context, in *exprpb.ParseRequest) (*exprpb.ParseResponse, error)