func anyToProto()

in common.go [29:31]


func anyToProto(value any) (*structpb.Value, error) {
	return structpb.NewValue(value)
}