v1

package
v1.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2024 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_vince_v1_config_proto protoreflect.FileDescriptor
View Source
var File_vince_v1_license_proto protoreflect.FileDescriptor
View Source
var File_vince_v1_util_proto protoreflect.FileDescriptor
View Source
var File_vince_v1_vince_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type APIKey added in v1.1.0

type APIKey struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Prefix string `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Hash   []byte `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

func (*APIKey) Descriptor deprecated added in v1.1.0

func (*APIKey) Descriptor() ([]byte, []int)

Deprecated: Use APIKey.ProtoReflect.Descriptor instead.

func (*APIKey) GetHash added in v1.1.0

func (x *APIKey) GetHash() []byte

func (*APIKey) GetName added in v1.1.0

func (x *APIKey) GetName() string

func (*APIKey) GetPrefix added in v1.1.0

func (x *APIKey) GetPrefix() string

func (*APIKey) ProtoMessage added in v1.1.0

func (*APIKey) ProtoMessage()

func (*APIKey) ProtoReflect added in v1.1.0

func (x *APIKey) ProtoReflect() protoreflect.Message

func (*APIKey) Reset added in v1.1.0

func (x *APIKey) Reset()

func (*APIKey) String added in v1.1.0

func (x *APIKey) String() string

type Goal added in v1.5.1

type Goal struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*Goal) Descriptor deprecated added in v1.5.1

func (*Goal) Descriptor() ([]byte, []int)

Deprecated: Use Goal.ProtoReflect.Descriptor instead.

func (*Goal) GetName added in v1.5.1

func (x *Goal) GetName() string

func (*Goal) GetPath added in v1.5.1

func (x *Goal) GetPath() string

func (*Goal) ProtoMessage added in v1.5.1

func (*Goal) ProtoMessage()

func (*Goal) ProtoReflect added in v1.5.1

func (x *Goal) ProtoReflect() protoreflect.Message

func (*Goal) Reset added in v1.5.1

func (x *Goal) Reset()

func (*Goal) String added in v1.5.1

func (x *Goal) String() string

type License added in v1.0.0

type License struct {
	Expiry uint64 `protobuf:"varint,4,opt,name=expiry,proto3" json:"expiry,omitempty"`
	Email  string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*License) Descriptor deprecated added in v1.0.0

func (*License) Descriptor() ([]byte, []int)

Deprecated: Use License.ProtoReflect.Descriptor instead.

func (*License) GetEmail added in v1.0.0

func (x *License) GetEmail() string

func (*License) GetExpiry added in v1.0.0

func (x *License) GetExpiry() uint64

func (*License) ProtoMessage added in v1.0.0

func (*License) ProtoMessage()

func (*License) ProtoReflect added in v1.0.0

func (x *License) ProtoReflect() protoreflect.Message

func (*License) Reset added in v1.0.0

func (x *License) Reset()

func (*License) String added in v1.0.0

func (x *License) String() string

type Location added in v1.0.0

type Location struct {
	Names    []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	City     []byte   `protobuf:"bytes,2,opt,name=city,proto3" json:"city,omitempty"`
	CityCode []byte   `protobuf:"bytes,3,opt,name=city_code,json=cityCode,proto3" json:"city_code,omitempty"`
	// contains filtered or unexported fields
}

func (*Location) Descriptor deprecated added in v1.0.0

func (*Location) Descriptor() ([]byte, []int)

Deprecated: Use Location.ProtoReflect.Descriptor instead.

func (*Location) GetCity added in v1.0.0

func (x *Location) GetCity() []byte

func (*Location) GetCityCode added in v1.0.0

func (x *Location) GetCityCode() []byte

func (*Location) GetNames added in v1.0.0

func (x *Location) GetNames() []string

func (*Location) ProtoMessage added in v1.0.0

func (*Location) ProtoMessage()

func (*Location) ProtoReflect added in v1.0.0

func (x *Location) ProtoReflect() protoreflect.Message

func (*Location) Reset added in v1.0.0

func (x *Location) Reset()

func (*Location) String added in v1.0.0

func (x *Location) String() string

type Share added in v1.0.0

type Share struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Password []byte `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*Share) Descriptor deprecated added in v1.0.0

func (*Share) Descriptor() ([]byte, []int)

Deprecated: Use Share.ProtoReflect.Descriptor instead.

func (*Share) GetId added in v1.0.0

func (x *Share) GetId() string

func (*Share) GetName added in v1.0.0

func (x *Share) GetName() string

func (*Share) GetPassword added in v1.0.0

func (x *Share) GetPassword() []byte

func (*Share) ProtoMessage added in v1.0.0

func (*Share) ProtoMessage()

func (*Share) ProtoReflect added in v1.0.0

func (x *Share) ProtoReflect() protoreflect.Message

func (*Share) Reset added in v1.0.0

func (x *Share) Reset()

func (*Share) String added in v1.0.0

func (x *Share) String() string

type Site added in v1.0.0

type Site struct {
	Id     uint64   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Domain string   `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	Public bool     `protobuf:"varint,3,opt,name=public,proto3" json:"public,omitempty"`
	Shares []*Share `protobuf:"bytes,4,rep,name=shares,proto3" json:"shares,omitempty"`
	Locked bool     `protobuf:"varint,5,opt,name=locked,proto3" json:"locked,omitempty"`
	Goals  []*Goal  `protobuf:"bytes,6,rep,name=goals,proto3" json:"goals,omitempty"`
	// contains filtered or unexported fields
}

func (*Site) Descriptor deprecated added in v1.0.0

func (*Site) Descriptor() ([]byte, []int)

Deprecated: Use Site.ProtoReflect.Descriptor instead.

func (*Site) GetDomain added in v1.0.0

func (x *Site) GetDomain() string

func (*Site) GetGoals added in v1.5.1

func (x *Site) GetGoals() []*Goal

func (*Site) GetId added in v1.0.0

func (x *Site) GetId() uint64

func (*Site) GetLocked added in v1.0.0

func (x *Site) GetLocked() bool

func (*Site) GetPublic added in v1.0.0

func (x *Site) GetPublic() bool

func (*Site) GetShares added in v1.0.0

func (x *Site) GetShares() []*Share

func (*Site) ProtoMessage added in v1.0.0

func (*Site) ProtoMessage()

func (*Site) ProtoReflect added in v1.0.0

func (x *Site) ProtoReflect() protoreflect.Message

func (*Site) Reset added in v1.0.0

func (x *Site) Reset()

func (*Site) String added in v1.0.0

func (x *Site) String() string

type System added in v1.0.0

type System struct {
	Expiry uint64 `protobuf:"varint,1,opt,name=expiry,proto3" json:"expiry,omitempty"`
	Email  string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*System) Descriptor deprecated added in v1.0.0

func (*System) Descriptor() ([]byte, []int)

Deprecated: Use System.ProtoReflect.Descriptor instead.

func (*System) GetEmail added in v1.0.0

func (x *System) GetEmail() string

func (*System) GetExpiry added in v1.0.0

func (x *System) GetExpiry() uint64

func (*System) ProtoMessage added in v1.0.0

func (*System) ProtoMessage()

func (*System) ProtoReflect added in v1.0.0

func (x *System) ProtoReflect() protoreflect.Message

func (*System) Reset added in v1.0.0

func (x *System) Reset()

func (*System) String added in v1.0.0

func (x *System) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL