Versions in this module Expand all Collapse all v1 v1.1.5 Jan 29, 2018 Changes in this version + const LicensePrefix + var ErrIntOverflowLicense = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthLicense = fmt.Errorf("proto: negative length found during unmarshaling") + var License_Type_name = map[int32]string + var License_Type_value = map[string]int32 + type License struct + ClusterID []github_com_cockroachdb_cockroach_pkg_util_uuid.UUID + OrganizationName string + Type License_Type + ValidUntilUnixSec int64 + func Decode(s string) (*License, error) + func (*License) Descriptor() ([]byte, []int) + func (*License) ProtoMessage() + func (l *License) Check(at time.Time, cluster uuid.UUID, org, feature string) error + func (l License) Encode() (string, error) + func (m *License) Marshal() (dAtA []byte, err error) + func (m *License) MarshalTo(dAtA []byte) (int, error) + func (m *License) Reset() + func (m *License) Size() (n int) + func (m *License) String() string + func (m *License) Unmarshal(dAtA []byte) error + type License_Type int32 + const License_Enterprise + const License_Evaluation + const License_NonCommercial + func (License_Type) EnumDescriptor() ([]byte, []int) + func (x License_Type) String() string