utilsv1

package
v0.12.3 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2025 License: Unlicense Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_ftx_utils_v1_config_proto protoreflect.FileDescriptor
View Source
var File_ftx_utils_v1_date_proto protoreflect.FileDescriptor
View Source
var File_ftx_utils_v1_file_proto protoreflect.FileDescriptor
View Source
var File_ftx_utils_v1_geo_proto protoreflect.FileDescriptor
View Source
var File_ftx_utils_v1_text_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ArangoConfig

type ArangoConfig struct {
	Url      string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	Database string `protobuf:"bytes,2,opt,name=database,proto3" json:"database,omitempty"`
	Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*ArangoConfig) Descriptor deprecated

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

Deprecated: Use ArangoConfig.ProtoReflect.Descriptor instead.

func (*ArangoConfig) GetDatabase

func (x *ArangoConfig) GetDatabase() string

func (*ArangoConfig) GetPassword

func (x *ArangoConfig) GetPassword() string

func (*ArangoConfig) GetUrl

func (x *ArangoConfig) GetUrl() string

func (*ArangoConfig) GetUsername

func (x *ArangoConfig) GetUsername() string

func (*ArangoConfig) MarshalJSON

func (msg *ArangoConfig) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*ArangoConfig) ProtoMessage

func (*ArangoConfig) ProtoMessage()

func (*ArangoConfig) ProtoReflect

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

func (*ArangoConfig) Reset

func (x *ArangoConfig) Reset()

func (*ArangoConfig) String

func (x *ArangoConfig) String() string

func (*ArangoConfig) UnmarshalJSON

func (msg *ArangoConfig) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Date

type Date struct {
	Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Date) Descriptor deprecated

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

Deprecated: Use Date.ProtoReflect.Descriptor instead.

func (*Date) GetTimestamp added in v0.11.27

func (x *Date) GetTimestamp() int64

func (*Date) MarshalJSON

func (msg *Date) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Date) ProtoMessage

func (*Date) ProtoMessage()

func (*Date) ProtoReflect

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

func (*Date) Reset

func (x *Date) Reset()

func (*Date) String

func (x *Date) String() string

func (*Date) UnmarshalJSON

func (msg *Date) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type DateRange added in v0.11.27

type DateRange struct {
	Start int64 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	End   int64 `protobuf:"varint,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*DateRange) Descriptor deprecated added in v0.11.27

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

Deprecated: Use DateRange.ProtoReflect.Descriptor instead.

func (*DateRange) GetEnd added in v0.11.27

func (x *DateRange) GetEnd() int64

func (*DateRange) GetStart added in v0.11.27

func (x *DateRange) GetStart() int64

func (*DateRange) MarshalJSON added in v0.11.27

func (msg *DateRange) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*DateRange) ProtoMessage added in v0.11.27

func (*DateRange) ProtoMessage()

func (*DateRange) ProtoReflect added in v0.11.27

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

func (*DateRange) Reset added in v0.11.27

func (x *DateRange) Reset()

func (*DateRange) String added in v0.11.27

func (x *DateRange) String() string

func (*DateRange) UnmarshalJSON added in v0.11.27

func (msg *DateRange) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type DateTime

type DateTime struct {
	Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*DateTime) Descriptor deprecated

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

Deprecated: Use DateTime.ProtoReflect.Descriptor instead.

func (*DateTime) GetTimestamp added in v0.11.27

func (x *DateTime) GetTimestamp() int64

func (*DateTime) MarshalJSON

func (msg *DateTime) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*DateTime) ProtoMessage

func (*DateTime) ProtoMessage()

func (*DateTime) ProtoReflect

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

func (*DateTime) Reset

func (x *DateTime) Reset()

func (*DateTime) String

func (x *DateTime) String() string

func (*DateTime) UnmarshalJSON

func (msg *DateTime) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type File

type File struct {
	Key      string `protobuf:"bytes,1,opt,name=key,json=_key,proto3" json:"key,omitempty"`
	Id       string `protobuf:"bytes,2,opt,name=id,json=_id,proto3" json:"id,omitempty"`
	Revision string `protobuf:"bytes,3,opt,name=revision,json=_rev,proto3" json:"revision,omitempty"`
	Content  []byte `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetContent

func (x *File) GetContent() []byte

func (*File) GetId

func (x *File) GetId() string

func (*File) GetKey

func (x *File) GetKey() string

func (*File) GetRevision

func (x *File) GetRevision() string

func (*File) MarshalJSON

func (msg *File) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

func (*File) UnmarshalJSON

func (msg *File) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type NamespaceConfig

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

func (*NamespaceConfig) Descriptor deprecated

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

Deprecated: Use NamespaceConfig.ProtoReflect.Descriptor instead.

func (*NamespaceConfig) GetName

func (x *NamespaceConfig) GetName() string

func (*NamespaceConfig) MarshalJSON

func (msg *NamespaceConfig) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*NamespaceConfig) ProtoMessage

func (*NamespaceConfig) ProtoMessage()

func (*NamespaceConfig) ProtoReflect

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

func (*NamespaceConfig) Reset

func (x *NamespaceConfig) Reset()

func (*NamespaceConfig) String

func (x *NamespaceConfig) String() string

func (*NamespaceConfig) UnmarshalJSON

func (msg *NamespaceConfig) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Point added in v0.11.23

type Point struct {
	Type        string    `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Coordinates []float32 `protobuf:"fixed32,2,rep,packed,name=coordinates,proto3" json:"coordinates,omitempty"`
	// contains filtered or unexported fields
}

func (*Point) Descriptor deprecated added in v0.11.23

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

Deprecated: Use Point.ProtoReflect.Descriptor instead.

func (*Point) GetCoordinates added in v0.11.23

func (x *Point) GetCoordinates() []float32

func (*Point) GetType added in v0.11.23

func (x *Point) GetType() string

func (*Point) MarshalJSON added in v0.11.23

func (msg *Point) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Point) ProtoMessage added in v0.11.23

func (*Point) ProtoMessage()

func (*Point) ProtoReflect added in v0.11.23

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

func (*Point) Reset added in v0.11.23

func (x *Point) Reset()

func (*Point) String added in v0.11.23

func (x *Point) String() string

func (*Point) UnmarshalJSON added in v0.11.23

func (msg *Point) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type RichText

type RichText struct {
	Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*RichText) Descriptor deprecated

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

Deprecated: Use RichText.ProtoReflect.Descriptor instead.

func (*RichText) GetText

func (x *RichText) GetText() string

func (*RichText) MarshalJSON

func (msg *RichText) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*RichText) ProtoMessage

func (*RichText) ProtoMessage()

func (*RichText) ProtoReflect

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

func (*RichText) Reset

func (x *RichText) Reset()

func (*RichText) String

func (x *RichText) String() string

func (*RichText) UnmarshalJSON

func (msg *RichText) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

type Time

type Time struct {
	Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Time) Descriptor deprecated

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

Deprecated: Use Time.ProtoReflect.Descriptor instead.

func (*Time) GetTimestamp added in v0.11.27

func (x *Time) GetTimestamp() int64

func (*Time) MarshalJSON

func (msg *Time) MarshalJSON() ([]byte, error)

MarshalJSON implements json.Marshaler

func (*Time) ProtoMessage

func (*Time) ProtoMessage()

func (*Time) ProtoReflect

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

func (*Time) Reset

func (x *Time) Reset()

func (*Time) String

func (x *Time) String() string

func (*Time) UnmarshalJSON

func (msg *Time) UnmarshalJSON(b []byte) error

UnmarshalJSON implements json.Unmarshaler

Jump to

Keyboard shortcuts

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