Documentation ¶
Index ¶
- Variables
- type ArangoConfig
- func (*ArangoConfig) Argument() graphql.FieldConfigArgument
- 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 (*ArangoConfig) Object() *graphql.Object
- func (*ArangoConfig) Output() graphql.Output
- func (*ArangoConfig) ProtoMessage()
- func (x *ArangoConfig) ProtoReflect() protoreflect.Message
- func (x *ArangoConfig) Reset()
- func (*ArangoConfig) Schema() map[string]interface{}
- func (x *ArangoConfig) String() string
- func (o *ArangoConfig) UnmarshalJSON(b []byte) error
- func (o *ArangoConfig) UnmarshalMap(values map[string]interface{})
- type File
- func (*File) Argument() graphql.FieldConfigArgument
- func (*File) Descriptor() ([]byte, []int)deprecated
- func (x *File) GetContent() []byte
- func (x *File) GetKey() string
- func (*File) Object() *graphql.Object
- func (*File) Output() graphql.Output
- func (*File) ProtoMessage()
- func (x *File) ProtoReflect() protoreflect.Message
- func (x *File) Reset()
- func (*File) Schema() map[string]interface{}
- func (x *File) String() string
- func (o *File) UnmarshalJSON(b []byte) error
- func (o *File) UnmarshalMap(values map[string]interface{})
- type Location
- func (*Location) Argument() graphql.FieldConfigArgument
- func (*Location) Descriptor() ([]byte, []int)deprecated
- func (x *Location) GetLatitude() float32
- func (x *Location) GetLongitude() float32
- func (*Location) Object() *graphql.Object
- func (*Location) Output() graphql.Output
- func (*Location) ProtoMessage()
- func (x *Location) ProtoReflect() protoreflect.Message
- func (x *Location) Reset()
- func (*Location) Schema() map[string]interface{}
- func (x *Location) String() string
- func (o *Location) UnmarshalJSON(b []byte) error
- func (o *Location) UnmarshalMap(values map[string]interface{})
- type NamespaceConfig
- func (*NamespaceConfig) Argument() graphql.FieldConfigArgument
- func (*NamespaceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceConfig) GetName() string
- func (*NamespaceConfig) Object() *graphql.Object
- func (*NamespaceConfig) Output() graphql.Output
- func (*NamespaceConfig) ProtoMessage()
- func (x *NamespaceConfig) ProtoReflect() protoreflect.Message
- func (x *NamespaceConfig) Reset()
- func (*NamespaceConfig) Schema() map[string]interface{}
- func (x *NamespaceConfig) String() string
- func (o *NamespaceConfig) UnmarshalJSON(b []byte) error
- func (o *NamespaceConfig) UnmarshalMap(values map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var ArangoConfig_Input = graphql.NewInputObject(graphql.InputObjectConfig{ Name: "ArangoConfig_Input", Fields: graphql.InputObjectConfigFieldMap{ "url": &graphql.InputObjectFieldConfig{ Type: graphql.String, }, "database": &graphql.InputObjectFieldConfig{ Type: graphql.String, }, "username": &graphql.InputObjectFieldConfig{ Type: graphql.String, }, "password": &graphql.InputObjectFieldConfig{ Type: graphql.String, }, }, })
View Source
var ArangoConfig_Object = graphql.NewObject(graphql.ObjectConfig{ Name: "ArangoConfig", Fields: graphql.Fields{ "url": &graphql.Field{ Type: graphql.String, }, "database": &graphql.Field{ Type: graphql.String, }, "username": &graphql.Field{ Type: graphql.String, }, "password": &graphql.Field{ Type: graphql.String, }, }, Description: "", })
View Source
var File_Input = graphql.NewInputObject(graphql.InputObjectConfig{ Name: "File_Input", Fields: graphql.InputObjectConfigFieldMap{ "_key": &graphql.InputObjectFieldConfig{ Type: graphql.ID, }, "content": &graphql.InputObjectFieldConfig{ Type: graphql.String, }, }, })
View Source
var File_Object = graphql.NewObject(graphql.ObjectConfig{ Name: "File", Fields: graphql.Fields{ "_key": &graphql.Field{ Type: graphql.ID, }, "content": &graphql.Field{ Type: utils.Bytes, }, }, Description: "", })
View Source
var File_graphify_utils_v1_config_proto protoreflect.FileDescriptor
View Source
var File_graphify_utils_v1_file_proto protoreflect.FileDescriptor
View Source
var File_graphify_utils_v1_geo_proto protoreflect.FileDescriptor
View Source
var Location_Input = graphql.NewInputObject(graphql.InputObjectConfig{ Name: "Location_Input", Fields: graphql.InputObjectConfigFieldMap{ "latitude": &graphql.InputObjectFieldConfig{ Type: graphql.Float, }, "longitude": &graphql.InputObjectFieldConfig{ Type: graphql.Float, }, }, })
View Source
var Location_Object = graphql.NewObject(graphql.ObjectConfig{ Name: "Location", Fields: graphql.Fields{ "latitude": &graphql.Field{ Type: graphql.Float, }, "longitude": &graphql.Field{ Type: graphql.Float, }, }, Description: "", })
View Source
var NamespaceConfig_Input = graphql.NewInputObject(graphql.InputObjectConfig{ Name: "NamespaceConfig_Input", Fields: graphql.InputObjectConfigFieldMap{ "name": &graphql.InputObjectFieldConfig{ Type: graphql.String, }, }, })
Functions ¶
This section is empty.
Types ¶
type ArangoConfig ¶ added in v0.4.36
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) Argument ¶ added in v0.4.36
func (*ArangoConfig) Argument() graphql.FieldConfigArgument
Argument ...
func (*ArangoConfig) Descriptor
deprecated
added in
v0.4.36
func (*ArangoConfig) Descriptor() ([]byte, []int)
Deprecated: Use ArangoConfig.ProtoReflect.Descriptor instead.
func (*ArangoConfig) GetDatabase ¶ added in v0.4.36
func (x *ArangoConfig) GetDatabase() string
func (*ArangoConfig) GetPassword ¶ added in v0.4.36
func (x *ArangoConfig) GetPassword() string
func (*ArangoConfig) GetUrl ¶ added in v0.4.36
func (x *ArangoConfig) GetUrl() string
func (*ArangoConfig) GetUsername ¶ added in v0.4.36
func (x *ArangoConfig) GetUsername() string
func (*ArangoConfig) Object ¶ added in v0.4.36
func (*ArangoConfig) Object() *graphql.Object
Object ...
func (*ArangoConfig) Output ¶ added in v0.4.36
func (*ArangoConfig) Output() graphql.Output
Output ...
func (*ArangoConfig) ProtoMessage ¶ added in v0.4.36
func (*ArangoConfig) ProtoMessage()
func (*ArangoConfig) ProtoReflect ¶ added in v0.4.36
func (x *ArangoConfig) ProtoReflect() protoreflect.Message
func (*ArangoConfig) Reset ¶ added in v0.4.36
func (x *ArangoConfig) Reset()
func (*ArangoConfig) Schema ¶ added in v0.4.36
func (*ArangoConfig) Schema() map[string]interface{}
Schema ...
func (*ArangoConfig) String ¶ added in v0.4.36
func (x *ArangoConfig) String() string
func (*ArangoConfig) UnmarshalJSON ¶ added in v0.4.36
func (o *ArangoConfig) UnmarshalJSON(b []byte) error
UnmarshalJSON ...
func (*ArangoConfig) UnmarshalMap ¶ added in v0.4.36
func (o *ArangoConfig) UnmarshalMap(values map[string]interface{})
UnmarshalMap populates struct fields from a map, handling decoding for special fields.
type File ¶ added in v0.4.33
type File struct { Key string `protobuf:"bytes,1,opt,name=_key,proto3" json:"_key,omitempty"` Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*File) Argument ¶ added in v0.4.33
func (*File) Argument() graphql.FieldConfigArgument
Argument ...
func (*File) Descriptor
deprecated
added in
v0.4.33
func (*File) GetContent ¶ added in v0.4.33
func (*File) ProtoMessage ¶ added in v0.4.33
func (*File) ProtoMessage()
func (*File) ProtoReflect ¶ added in v0.4.33
func (x *File) ProtoReflect() protoreflect.Message
func (*File) UnmarshalJSON ¶ added in v0.4.33
UnmarshalJSON ...
func (*File) UnmarshalMap ¶ added in v0.4.33
UnmarshalMap populates struct fields from a map, handling decoding for special fields.
type Location ¶
type Location 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 (*Location) Descriptor
deprecated
func (*Location) GetLatitude ¶
func (*Location) GetLongitude ¶
func (*Location) ProtoMessage ¶
func (*Location) ProtoMessage()
func (*Location) ProtoReflect ¶
func (x *Location) ProtoReflect() protoreflect.Message
func (*Location) UnmarshalMap ¶
UnmarshalMap populates struct fields from a map, handling decoding for special fields.
type NamespaceConfig ¶ added in v0.4.36
type NamespaceConfig struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*NamespaceConfig) Argument ¶ added in v0.4.36
func (*NamespaceConfig) Argument() graphql.FieldConfigArgument
Argument ...
func (*NamespaceConfig) Descriptor
deprecated
added in
v0.4.36
func (*NamespaceConfig) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceConfig.ProtoReflect.Descriptor instead.
func (*NamespaceConfig) GetName ¶ added in v0.4.36
func (x *NamespaceConfig) GetName() string
func (*NamespaceConfig) Object ¶ added in v0.4.36
func (*NamespaceConfig) Object() *graphql.Object
Object ...
func (*NamespaceConfig) Output ¶ added in v0.4.36
func (*NamespaceConfig) Output() graphql.Output
Output ...
func (*NamespaceConfig) ProtoMessage ¶ added in v0.4.36
func (*NamespaceConfig) ProtoMessage()
func (*NamespaceConfig) ProtoReflect ¶ added in v0.4.36
func (x *NamespaceConfig) ProtoReflect() protoreflect.Message
func (*NamespaceConfig) Reset ¶ added in v0.4.36
func (x *NamespaceConfig) Reset()
func (*NamespaceConfig) Schema ¶ added in v0.4.36
func (*NamespaceConfig) Schema() map[string]interface{}
Schema ...
func (*NamespaceConfig) String ¶ added in v0.4.36
func (x *NamespaceConfig) String() string
func (*NamespaceConfig) UnmarshalJSON ¶ added in v0.4.36
func (o *NamespaceConfig) UnmarshalJSON(b []byte) error
UnmarshalJSON ...
func (*NamespaceConfig) UnmarshalMap ¶ added in v0.4.36
func (o *NamespaceConfig) UnmarshalMap(values map[string]interface{})
UnmarshalMap populates struct fields from a map, handling decoding for special fields.
Click to show internal directories.
Click to hide internal directories.