Documentation
¶
Index ¶
- Variables
- type ArangoConfig
- func (*ArangoConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ArangoConfig) GetDatabase() string
- func (x *ArangoConfig) GetPassword() string
- func (x *ArangoConfig) GetUrl() string
- func (x *ArangoConfig) GetUsername() string
- func (msg *ArangoConfig) MarshalJSON() ([]byte, error)
- func (*ArangoConfig) ProtoMessage()
- func (x *ArangoConfig) ProtoReflect() protoreflect.Message
- func (x *ArangoConfig) Reset()
- func (x *ArangoConfig) String() string
- func (msg *ArangoConfig) UnmarshalJSON(b []byte) error
- type Coordinates
- func (*Coordinates) Descriptor() ([]byte, []int)deprecated
- func (x *Coordinates) GetLatitude() float32
- func (x *Coordinates) GetLongitude() float32
- func (msg *Coordinates) MarshalJSON() ([]byte, error)
- func (*Coordinates) ProtoMessage()
- func (x *Coordinates) ProtoReflect() protoreflect.Message
- func (x *Coordinates) Reset()
- func (x *Coordinates) String() string
- func (msg *Coordinates) UnmarshalJSON(b []byte) error
- type Date
- func (*Date) Descriptor() ([]byte, []int)deprecated
- func (x *Date) GetDate() string
- func (msg *Date) MarshalJSON() ([]byte, error)
- func (*Date) ProtoMessage()
- func (x *Date) ProtoReflect() protoreflect.Message
- func (x *Date) Reset()
- func (x *Date) String() string
- func (msg *Date) UnmarshalJSON(b []byte) error
- type DateTime
- func (*DateTime) Descriptor() ([]byte, []int)deprecated
- func (x *DateTime) GetDateTime() string
- func (msg *DateTime) MarshalJSON() ([]byte, error)
- func (*DateTime) ProtoMessage()
- func (x *DateTime) ProtoReflect() protoreflect.Message
- func (x *DateTime) Reset()
- func (x *DateTime) String() string
- func (msg *DateTime) UnmarshalJSON(b []byte) error
- type File
- func (*File) Descriptor() ([]byte, []int)deprecated
- func (x *File) GetContent() []byte
- func (x *File) GetId() string
- func (x *File) GetKey() string
- func (x *File) GetRevision() string
- func (msg *File) MarshalJSON() ([]byte, error)
- func (*File) ProtoMessage()
- func (x *File) ProtoReflect() protoreflect.Message
- func (x *File) Reset()
- func (x *File) String() string
- func (msg *File) UnmarshalJSON(b []byte) error
- type NamespaceConfig
- func (*NamespaceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceConfig) GetName() string
- func (msg *NamespaceConfig) MarshalJSON() ([]byte, error)
- func (*NamespaceConfig) ProtoMessage()
- func (x *NamespaceConfig) ProtoReflect() protoreflect.Message
- func (x *NamespaceConfig) Reset()
- func (x *NamespaceConfig) String() string
- func (msg *NamespaceConfig) UnmarshalJSON(b []byte) error
- type RichText
- func (*RichText) Descriptor() ([]byte, []int)deprecated
- func (x *RichText) GetText() string
- func (msg *RichText) MarshalJSON() ([]byte, error)
- func (*RichText) ProtoMessage()
- func (x *RichText) ProtoReflect() protoreflect.Message
- func (x *RichText) Reset()
- func (x *RichText) String() string
- func (msg *RichText) UnmarshalJSON(b []byte) error
- type Time
- func (*Time) Descriptor() ([]byte, []int)deprecated
- func (x *Time) GetTime() string
- func (msg *Time) MarshalJSON() ([]byte, error)
- func (*Time) ProtoMessage()
- func (x *Time) ProtoReflect() protoreflect.Message
- func (x *Time) Reset()
- func (x *Time) String() string
- func (msg *Time) UnmarshalJSON(b []byte) error
Constants ¶
This section is empty.
Variables ¶
var File_ftx_utils_v1_config_proto protoreflect.FileDescriptor
var File_ftx_utils_v1_date_proto protoreflect.FileDescriptor
var File_ftx_utils_v1_file_proto protoreflect.FileDescriptor
var File_ftx_utils_v1_geo_proto protoreflect.FileDescriptor
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 Coordinates ¶
type Coordinates struct {
Latitude float32 `protobuf:"fixed32,1,opt,name=latitude,proto3" json:"latitude,omitempty"`
Longitude float32 `protobuf:"fixed32,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
// contains filtered or unexported fields
}
func (*Coordinates) Descriptor
deprecated
func (*Coordinates) Descriptor() ([]byte, []int)
Deprecated: Use Coordinates.ProtoReflect.Descriptor instead.
func (*Coordinates) GetLatitude ¶
func (x *Coordinates) GetLatitude() float32
func (*Coordinates) GetLongitude ¶
func (x *Coordinates) GetLongitude() float32
func (*Coordinates) MarshalJSON ¶
func (msg *Coordinates) MarshalJSON() ([]byte, error)
MarshalJSON implements json.Marshaler
func (*Coordinates) ProtoMessage ¶
func (*Coordinates) ProtoMessage()
func (*Coordinates) ProtoReflect ¶
func (x *Coordinates) ProtoReflect() protoreflect.Message
func (*Coordinates) Reset ¶
func (x *Coordinates) Reset()
func (*Coordinates) String ¶
func (x *Coordinates) String() string
func (*Coordinates) UnmarshalJSON ¶
func (msg *Coordinates) UnmarshalJSON(b []byte) error
UnmarshalJSON implements json.Unmarshaler
type Date ¶
type Date struct {
Date string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
// contains filtered or unexported fields
}
func (*Date) Descriptor
deprecated
func (*Date) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Date) ProtoMessage ¶
func (*Date) ProtoMessage()
func (*Date) ProtoReflect ¶
func (x *Date) ProtoReflect() protoreflect.Message
func (*Date) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type DateTime ¶
type DateTime struct {
DateTime string `protobuf:"bytes,1,opt,name=date_time,json=dateTime,proto3" json:"date_time,omitempty"`
// contains filtered or unexported fields
}
func (*DateTime) Descriptor
deprecated
func (*DateTime) GetDateTime ¶
func (*DateTime) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*DateTime) ProtoMessage ¶
func (*DateTime) ProtoMessage()
func (*DateTime) ProtoReflect ¶
func (x *DateTime) ProtoReflect() protoreflect.Message
func (*DateTime) UnmarshalJSON ¶
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) GetContent ¶
func (*File) GetRevision ¶
func (*File) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*File) ProtoMessage ¶
func (*File) ProtoMessage()
func (*File) ProtoReflect ¶
func (x *File) ProtoReflect() protoreflect.Message
func (*File) UnmarshalJSON ¶
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 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) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*RichText) ProtoMessage ¶
func (*RichText) ProtoMessage()
func (*RichText) ProtoReflect ¶
func (x *RichText) ProtoReflect() protoreflect.Message
func (*RichText) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler
type Time ¶
type Time struct {
Time string `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"`
// contains filtered or unexported fields
}
func (*Time) Descriptor
deprecated
func (*Time) MarshalJSON ¶
MarshalJSON implements json.Marshaler
func (*Time) ProtoMessage ¶
func (*Time) ProtoMessage()
func (*Time) ProtoReflect ¶
func (x *Time) ProtoReflect() protoreflect.Message
func (*Time) UnmarshalJSON ¶
UnmarshalJSON implements json.Unmarshaler