utilsv1

package
v0.4.35 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2025 License: Unlicense Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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_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: "",
})

Functions

This section is empty.

Types

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) Descriptor() ([]byte, []int)

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetContent added in v0.4.33

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

func (*File) GetKey added in v0.4.33

func (x *File) GetKey() string

func (*File) Object added in v0.4.33

func (*File) Object() *graphql.Object

Object ...

func (*File) Output added in v0.4.33

func (*File) Output() graphql.Output

Output ...

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) Reset added in v0.4.33

func (x *File) Reset()

func (*File) Schema added in v0.4.33

func (*File) Schema() map[string]interface{}

Schema ...

func (*File) String added in v0.4.33

func (x *File) String() string

func (*File) UnmarshalJSON added in v0.4.33

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

UnmarshalJSON ...

func (*File) UnmarshalMap added in v0.4.33

func (o *File) UnmarshalMap(values map[string]interface{})

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) Argument

func (*Location) Argument() graphql.FieldConfigArgument

Argument ...

func (*Location) Descriptor deprecated

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

Deprecated: Use Location.ProtoReflect.Descriptor instead.

func (*Location) GetLatitude

func (x *Location) GetLatitude() float32

func (*Location) GetLongitude

func (x *Location) GetLongitude() float32

func (*Location) Object

func (*Location) Object() *graphql.Object

Object ...

func (*Location) Output

func (*Location) Output() graphql.Output

Output ...

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) ProtoReflect

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

func (*Location) Reset

func (x *Location) Reset()

func (*Location) Schema

func (*Location) Schema() map[string]interface{}

Schema ...

func (*Location) String

func (x *Location) String() string

func (*Location) UnmarshalJSON

func (o *Location) UnmarshalJSON(b []byte) error

UnmarshalJSON ...

func (*Location) UnmarshalMap

func (o *Location) UnmarshalMap(values map[string]interface{})

UnmarshalMap populates struct fields from a map, handling decoding for special fields.

Jump to

Keyboard shortcuts

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