cms-template-proto/cms_template_service.pb.validate.go
Vasiliy Tolstov a911e8aef0 initial import
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2024-08-25 15:36:01 +03:00

37 lines
575 B
Go

// Code generated by protoc-gen-validate. DO NOT EDIT.
// source: cms_template_service.proto
package cms_template_proto
import (
"bytes"
"errors"
"fmt"
"net"
"net/mail"
"net/url"
"regexp"
"sort"
"strings"
"time"
"unicode/utf8"
"google.golang.org/protobuf/types/known/anypb"
)
// ensure the imports are used
var (
_ = bytes.MinRead
_ = errors.New("")
_ = fmt.Print
_ = utf8.UTFMax
_ = (*regexp.Regexp)(nil)
_ = (*strings.Reader)(nil)
_ = net.IPv4len
_ = time.Duration(0)
_ = (*url.URL)(nil)
_ = (*mail.Address)(nil)
_ = anypb.Any{}
_ = sort.Sort
)