proto

package
v0.351.0 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2023 License: Apache-2.0 Imports: 9 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Basis_name = map[int32]string{
		0: "DISCOGS",
		1: "GRAMOPHILE",
	}
	Basis_value = map[string]int32{
		"DISCOGS":    0,
		"GRAMOPHILE": 1,
	}
)

Enum value maps for Basis.

View Source
var (
	Mandate_name = map[int32]string{
		0: "NONE",
		1: "RECOMMENDED",
		2: "REQUIRED",
	}
	Mandate_value = map[string]int32{
		"NONE":        0,
		"RECOMMENDED": 1,
		"REQUIRED":    2,
	}
)

Enum value maps for Mandate.

View Source
var (
	Bool_name = map[int32]string{
		0: "UNKNOWN",
		1: "TRUE",
		2: "FALSE",
	}
	Bool_value = map[string]int32{
		"UNKNOWN": 0,
		"TRUE":    1,
		"FALSE":   2,
	}
)

Enum value maps for Bool.

View Source
var (
	MoveSource_name = map[int32]string{
		0: "USER_PROVIDED",
		1: "GRAM_PROVIDED",
	}
	MoveSource_value = map[string]int32{
		"USER_PROVIDED": 0,
		"GRAM_PROVIDED": 1,
	}
)

Enum value maps for MoveSource.

View Source
var (
	Create_name = map[int32]string{
		0: "MANUAL",
		1: "AUTOMATIC",
	}
	Create_value = map[string]int32{
		"MANUAL":    0,
		"AUTOMATIC": 1,
	}
)

Enum value maps for Create.

View Source
var (
	SaleUpdateType_name = map[int32]string{
		0: "SALE_UPDATE_UNKNOWN",
		1: "MINIMAL_REDUCE",
	}
	SaleUpdateType_value = map[string]int32{
		"SALE_UPDATE_UNKNOWN": 0,
		"MINIMAL_REDUCE":      1,
	}
)

Enum value maps for SaleUpdateType.

View Source
var (
	Order_Ordering_name = map[int32]string{
		0: "ORDER_RANDOM",
		1: "ORDER_ADDED_DATE",
	}
	Order_Ordering_value = map[string]int32{
		"ORDER_RANDOM":     0,
		"ORDER_ADDED_DATE": 1,
	}
)

Enum value maps for Order_Ordering.

View Source
var (
	WantlistType_name = map[int32]string{
		0: "EN_MASSE",
		1: "ONE_BY_ONE",
		2: "DATE_BOUNDED",
	}
	WantlistType_value = map[string]int32{
		"EN_MASSE":     0,
		"ONE_BY_ONE":   1,
		"DATE_BOUNDED": 2,
	}
)

Enum value maps for WantlistType.

View Source
var (
	WantState_name = map[int32]string{
		0: "PENDING",
		1: "RETIRED",
		2: "PURCHASED",
		3: "WANTED",
	}
	WantState_value = map[string]int32{
		"PENDING":   0,
		"RETIRED":   1,
		"PURCHASED": 2,
		"WANTED":    3,
	}
)

Enum value maps for WantState.

View Source
var (
	NoncomplianceIssue_name = map[int32]string{
		0: "NEEDS_CLEAN",
	}
	NoncomplianceIssue_value = map[string]int32{
		"NEEDS_CLEAN": 0,
	}
)

Enum value maps for NoncomplianceIssue.

View Source
var (
	KeepStatus_name = map[int32]string{
		0: "KEEP_UNKNOWN",
		1: "NO_KEEP",
		2: "DIGITAL_KEEP",
		3: "MINT_UP_KEEP",
		4: "KEEP",
	}
	KeepStatus_value = map[string]int32{
		"KEEP_UNKNOWN": 0,
		"NO_KEEP":      1,
		"DIGITAL_KEEP": 2,
		"MINT_UP_KEEP": 3,
		"KEEP":         4,
	}
)

Enum value maps for KeepStatus.

View Source
var (
	Sort_name = map[int32]string{
		0: "ARTIST_YEAR",
		1: "LABEL_CATNO",
	}
	Sort_value = map[string]int32{
		"ARTIST_YEAR": 0,
		"LABEL_CATNO": 1,
	}
)

Enum value maps for Sort.

View Source
var (
	Layout_name = map[int32]string{
		0: "TIGHT",
		1: "LOOSE",
	}
	Layout_value = map[string]int32{
		"TIGHT": 0,
		"LOOSE": 1,
	}
)

Enum value maps for Layout.

View Source
var (
	Density_name = map[int32]string{
		0: "COUNT",
		1: "DISKS",
		2: "WIDTH",
	}
	Density_value = map[string]int32{
		"COUNT": 0,
		"DISKS": 1,
		"WIDTH": 2,
	}
)

Enum value maps for Density.

View Source
var File_config_proto protoreflect.FileDescriptor
View Source
var File_gramophile_proto protoreflect.FileDescriptor
View Source
var File_organisation_proto protoreflect.FileDescriptor
View Source
var GramophileEService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gramophile.GramophileEService",
	HandlerType: (*GramophileEServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetURL",
			Handler:    _GramophileEService_GetURL_Handler,
		},
		{
			MethodName: "GetLogin",
			Handler:    _GramophileEService_GetLogin_Handler,
		},
		{
			MethodName: "GetUser",
			Handler:    _GramophileEService_GetUser_Handler,
		},
		{
			MethodName: "GetState",
			Handler:    _GramophileEService_GetState_Handler,
		},
		{
			MethodName: "SetConfig",
			Handler:    _GramophileEService_SetConfig_Handler,
		},
		{
			MethodName: "SetIntent",
			Handler:    _GramophileEService_SetIntent_Handler,
		},
		{
			MethodName: "GetRecord",
			Handler:    _GramophileEService_GetRecord_Handler,
		},
		{
			MethodName: "GetOrg",
			Handler:    _GramophileEService_GetOrg_Handler,
		},
		{
			MethodName: "SetOrgSnapshot",
			Handler:    _GramophileEService_SetOrgSnapshot_Handler,
		},
		{
			MethodName: "AddWant",
			Handler:    _GramophileEService_AddWant_Handler,
		},
		{
			MethodName: "GetWants",
			Handler:    _GramophileEService_GetWants_Handler,
		},
		{
			MethodName: "DeleteWant",
			Handler:    _GramophileEService_DeleteWant_Handler,
		},
		{
			MethodName: "AddWantlist",
			Handler:    _GramophileEService_AddWantlist_Handler,
		},
		{
			MethodName: "GetWantlist",
			Handler:    _GramophileEService_GetWantlist_Handler,
		},
		{
			MethodName: "UpdateWantlist",
			Handler:    _GramophileEService_UpdateWantlist_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "gramophile.proto",
}

GramophileEService_ServiceDesc is the grpc.ServiceDesc for GramophileEService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var GramophileService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gramophile.GramophileService",
	HandlerType: (*GramophileServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetUsers",
			Handler:    _GramophileService_GetUsers_Handler,
		},
		{
			MethodName: "DeleteUser",
			Handler:    _GramophileService_DeleteUser_Handler,
		},
		{
			MethodName: "Clean",
			Handler:    _GramophileService_Clean_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "gramophile.proto",
}

GramophileService_ServiceDesc is the grpc.ServiceDesc for GramophileService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var QueueService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gramophile.QueueService",
	HandlerType: (*QueueServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Enqueue",
			Handler:    _QueueService_Enqueue_Handler,
		},
		{
			MethodName: "Execute",
			Handler:    _QueueService_Execute_Handler,
		},
		{
			MethodName: "List",
			Handler:    _QueueService_List_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "gramophile.proto",
}

QueueService_ServiceDesc is the grpc.ServiceDesc for QueueService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterGramophileEServiceServer

func RegisterGramophileEServiceServer(s grpc.ServiceRegistrar, srv GramophileEServiceServer)

func RegisterGramophileServiceServer added in v0.19.0

func RegisterGramophileServiceServer(s grpc.ServiceRegistrar, srv GramophileServiceServer)

func RegisterQueueServiceServer added in v0.31.0

func RegisterQueueServiceServer(s grpc.ServiceRegistrar, srv QueueServiceServer)

Types

type AddFolderUpdate added in v0.297.0

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

func (*AddFolderUpdate) Descriptor deprecated added in v0.297.0

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

Deprecated: Use AddFolderUpdate.ProtoReflect.Descriptor instead.

func (*AddFolderUpdate) GetFolderName added in v0.297.0

func (x *AddFolderUpdate) GetFolderName() string

func (*AddFolderUpdate) ProtoMessage added in v0.297.0

func (*AddFolderUpdate) ProtoMessage()

func (*AddFolderUpdate) ProtoReflect added in v0.297.0

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

func (*AddFolderUpdate) Reset added in v0.297.0

func (x *AddFolderUpdate) Reset()

func (*AddFolderUpdate) String added in v0.297.0

func (x *AddFolderUpdate) String() string

type AddWant added in v0.304.0

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

func (*AddWant) Descriptor deprecated added in v0.304.0

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

Deprecated: Use AddWant.ProtoReflect.Descriptor instead.

func (*AddWant) GetId added in v0.304.0

func (x *AddWant) GetId() int64

func (*AddWant) ProtoMessage added in v0.304.0

func (*AddWant) ProtoMessage()

func (*AddWant) ProtoReflect added in v0.304.0

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

func (*AddWant) Reset added in v0.304.0

func (x *AddWant) Reset()

func (*AddWant) String added in v0.304.0

func (x *AddWant) String() string

type AddWantRequest added in v0.288.0

type AddWantRequest struct {
	WantId int64 `protobuf:"varint,1,opt,name=want_id,json=wantId,proto3" json:"want_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddWantRequest) Descriptor deprecated added in v0.288.0

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

Deprecated: Use AddWantRequest.ProtoReflect.Descriptor instead.

func (*AddWantRequest) GetWantId added in v0.288.0

func (x *AddWantRequest) GetWantId() int64

func (*AddWantRequest) ProtoMessage added in v0.288.0

func (*AddWantRequest) ProtoMessage()

func (*AddWantRequest) ProtoReflect added in v0.288.0

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

func (*AddWantRequest) Reset added in v0.288.0

func (x *AddWantRequest) Reset()

func (*AddWantRequest) String added in v0.288.0

func (x *AddWantRequest) String() string

type AddWantResponse added in v0.288.0

type AddWantResponse struct {
	// contains filtered or unexported fields
}

func (*AddWantResponse) Descriptor deprecated added in v0.288.0

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

Deprecated: Use AddWantResponse.ProtoReflect.Descriptor instead.

func (*AddWantResponse) ProtoMessage added in v0.288.0

func (*AddWantResponse) ProtoMessage()

func (*AddWantResponse) ProtoReflect added in v0.288.0

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

func (*AddWantResponse) Reset added in v0.288.0

func (x *AddWantResponse) Reset()

func (*AddWantResponse) String added in v0.288.0

func (x *AddWantResponse) String() string

type AddWantlistRequest added in v0.282.0

type AddWantlistRequest struct {
	Name string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type WantlistType `protobuf:"varint,2,opt,name=type,proto3,enum=gramophile.WantlistType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*AddWantlistRequest) Descriptor deprecated added in v0.282.0

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

Deprecated: Use AddWantlistRequest.ProtoReflect.Descriptor instead.

func (*AddWantlistRequest) GetName added in v0.282.0

func (x *AddWantlistRequest) GetName() string

func (*AddWantlistRequest) GetType added in v0.282.0

func (x *AddWantlistRequest) GetType() WantlistType

func (*AddWantlistRequest) ProtoMessage added in v0.282.0

func (*AddWantlistRequest) ProtoMessage()

func (*AddWantlistRequest) ProtoReflect added in v0.282.0

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

func (*AddWantlistRequest) Reset added in v0.282.0

func (x *AddWantlistRequest) Reset()

func (*AddWantlistRequest) String added in v0.282.0

func (x *AddWantlistRequest) String() string

type AddWantlistResponse added in v0.282.0

type AddWantlistResponse struct {
	// contains filtered or unexported fields
}

func (*AddWantlistResponse) Descriptor deprecated added in v0.282.0

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

Deprecated: Use AddWantlistResponse.ProtoReflect.Descriptor instead.

func (*AddWantlistResponse) ProtoMessage added in v0.282.0

func (*AddWantlistResponse) ProtoMessage()

func (*AddWantlistResponse) ProtoReflect added in v0.282.0

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

func (*AddWantlistResponse) Reset added in v0.282.0

func (x *AddWantlistResponse) Reset()

func (*AddWantlistResponse) String added in v0.282.0

func (x *AddWantlistResponse) String() string

type ArrivedConfig added in v0.276.0

type ArrivedConfig struct {
	Mandate Mandate `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	// contains filtered or unexported fields
}

func (*ArrivedConfig) Descriptor deprecated added in v0.276.0

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

Deprecated: Use ArrivedConfig.ProtoReflect.Descriptor instead.

func (*ArrivedConfig) GetMandate added in v0.276.0

func (x *ArrivedConfig) GetMandate() Mandate

func (*ArrivedConfig) ProtoMessage added in v0.276.0

func (*ArrivedConfig) ProtoMessage()

func (*ArrivedConfig) ProtoReflect added in v0.276.0

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

func (*ArrivedConfig) Reset added in v0.276.0

func (x *ArrivedConfig) Reset()

func (*ArrivedConfig) String added in v0.276.0

func (x *ArrivedConfig) String() string

type ArtistTranslation added in v0.221.0

type ArtistTranslation struct {
	ArtistPrefix  string `protobuf:"bytes,1,opt,name=artist_prefix,json=artistPrefix,proto3" json:"artist_prefix,omitempty"`
	OrderedArtist string `protobuf:"bytes,2,opt,name=ordered_artist,json=orderedArtist,proto3" json:"ordered_artist,omitempty"`
	// contains filtered or unexported fields
}

func (*ArtistTranslation) Descriptor deprecated added in v0.221.0

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

Deprecated: Use ArtistTranslation.ProtoReflect.Descriptor instead.

func (*ArtistTranslation) GetArtistPrefix added in v0.221.0

func (x *ArtistTranslation) GetArtistPrefix() string

func (*ArtistTranslation) GetOrderedArtist added in v0.221.0

func (x *ArtistTranslation) GetOrderedArtist() string

func (*ArtistTranslation) ProtoMessage added in v0.221.0

func (*ArtistTranslation) ProtoMessage()

func (*ArtistTranslation) ProtoReflect added in v0.221.0

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

func (*ArtistTranslation) Reset added in v0.221.0

func (x *ArtistTranslation) Reset()

func (*ArtistTranslation) String added in v0.221.0

func (x *ArtistTranslation) String() string

type Basis added in v0.119.0

type Basis int32
const (
	Basis_DISCOGS    Basis = 0
	Basis_GRAMOPHILE Basis = 1
)

func (Basis) Descriptor added in v0.119.0

func (Basis) Descriptor() protoreflect.EnumDescriptor

func (Basis) Enum added in v0.119.0

func (x Basis) Enum() *Basis

func (Basis) EnumDescriptor deprecated added in v0.119.0

func (Basis) EnumDescriptor() ([]byte, []int)

Deprecated: Use Basis.Descriptor instead.

func (Basis) Number added in v0.119.0

func (x Basis) Number() protoreflect.EnumNumber

func (Basis) String added in v0.119.0

func (x Basis) String() string

func (Basis) Type added in v0.119.0

func (Basis) Type() protoreflect.EnumType

type Bool added in v0.318.0

type Bool int32
const (
	Bool_UNKNOWN Bool = 0
	Bool_TRUE    Bool = 1
	Bool_FALSE   Bool = 2
)

func (Bool) Descriptor added in v0.318.0

func (Bool) Descriptor() protoreflect.EnumDescriptor

func (Bool) Enum added in v0.318.0

func (x Bool) Enum() *Bool

func (Bool) EnumDescriptor deprecated added in v0.318.0

func (Bool) EnumDescriptor() ([]byte, []int)

Deprecated: Use Bool.Descriptor instead.

func (Bool) Number added in v0.318.0

func (x Bool) Number() protoreflect.EnumNumber

func (Bool) String added in v0.318.0

func (x Bool) String() string

func (Bool) Type added in v0.318.0

func (Bool) Type() protoreflect.EnumType

type CleanCollectionEntry added in v0.249.0

type CleanCollectionEntry struct {
	RefreshId int64 `protobuf:"varint,1,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CleanCollectionEntry) Descriptor deprecated added in v0.249.0

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

Deprecated: Use CleanCollectionEntry.ProtoReflect.Descriptor instead.

func (*CleanCollectionEntry) GetRefreshId added in v0.249.0

func (x *CleanCollectionEntry) GetRefreshId() int64

func (*CleanCollectionEntry) ProtoMessage added in v0.249.0

func (*CleanCollectionEntry) ProtoMessage()

func (*CleanCollectionEntry) ProtoReflect added in v0.249.0

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

func (*CleanCollectionEntry) Reset added in v0.249.0

func (x *CleanCollectionEntry) Reset()

func (*CleanCollectionEntry) String added in v0.249.0

func (x *CleanCollectionEntry) String() string

type CleanRequest added in v0.156.0

type CleanRequest struct {
	// contains filtered or unexported fields
}

func (*CleanRequest) Descriptor deprecated added in v0.156.0

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

Deprecated: Use CleanRequest.ProtoReflect.Descriptor instead.

func (*CleanRequest) ProtoMessage added in v0.156.0

func (*CleanRequest) ProtoMessage()

func (*CleanRequest) ProtoReflect added in v0.156.0

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

func (*CleanRequest) Reset added in v0.156.0

func (x *CleanRequest) Reset()

func (*CleanRequest) String added in v0.156.0

func (x *CleanRequest) String() string

type CleanResponse added in v0.156.0

type CleanResponse struct {
	// contains filtered or unexported fields
}

func (*CleanResponse) Descriptor deprecated added in v0.156.0

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

Deprecated: Use CleanResponse.ProtoReflect.Descriptor instead.

func (*CleanResponse) ProtoMessage added in v0.156.0

func (*CleanResponse) ProtoMessage()

func (*CleanResponse) ProtoReflect added in v0.156.0

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

func (*CleanResponse) Reset added in v0.156.0

func (x *CleanResponse) Reset()

func (*CleanResponse) String added in v0.156.0

func (x *CleanResponse) String() string

type CleaningConfig added in v0.111.0

type CleaningConfig struct {
	Cleaning             Mandate `protobuf:"varint,1,opt,name=cleaning,proto3,enum=gramophile.Mandate" json:"cleaning,omitempty"`
	AppliesTo            *Filter `protobuf:"bytes,2,opt,name=applies_to,json=appliesTo,proto3" json:"applies_to,omitempty"`
	CleaningGapInSeconds int64   `` /* 126-byte string literal not displayed */
	CleaningGapInPlays   int32   `protobuf:"varint,4,opt,name=cleaning_gap_in_plays,json=cleaningGapInPlays,proto3" json:"cleaning_gap_in_plays,omitempty"`
	// contains filtered or unexported fields
}

func (*CleaningConfig) Descriptor deprecated added in v0.111.0

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

Deprecated: Use CleaningConfig.ProtoReflect.Descriptor instead.

func (*CleaningConfig) GetAppliesTo added in v0.111.0

func (x *CleaningConfig) GetAppliesTo() *Filter

func (*CleaningConfig) GetCleaning added in v0.111.0

func (x *CleaningConfig) GetCleaning() Mandate

func (*CleaningConfig) GetCleaningGapInPlays added in v0.111.0

func (x *CleaningConfig) GetCleaningGapInPlays() int32

func (*CleaningConfig) GetCleaningGapInSeconds added in v0.111.0

func (x *CleaningConfig) GetCleaningGapInSeconds() int64

func (*CleaningConfig) ProtoMessage added in v0.111.0

func (*CleaningConfig) ProtoMessage()

func (*CleaningConfig) ProtoReflect added in v0.111.0

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

func (*CleaningConfig) Reset added in v0.111.0

func (x *CleaningConfig) Reset()

func (*CleaningConfig) String added in v0.111.0

func (x *CleaningConfig) String() string

type Create added in v0.299.0

type Create int32
const (
	Create_MANUAL    Create = 0
	Create_AUTOMATIC Create = 1
)

func (Create) Descriptor added in v0.299.0

func (Create) Descriptor() protoreflect.EnumDescriptor

func (Create) Enum added in v0.299.0

func (x Create) Enum() *Create

func (Create) EnumDescriptor deprecated added in v0.299.0

func (Create) EnumDescriptor() ([]byte, []int)

Deprecated: Use Create.Descriptor instead.

func (Create) Number added in v0.299.0

func (x Create) Number() protoreflect.EnumNumber

func (Create) String added in v0.299.0

func (x Create) String() string

func (Create) Type added in v0.299.0

func (Create) Type() protoreflect.EnumType

type DeleteUserRequest added in v0.61.0

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

func (*DeleteUserRequest) Descriptor deprecated added in v0.61.0

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

Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserRequest) GetId added in v0.61.0

func (x *DeleteUserRequest) GetId() string

func (*DeleteUserRequest) ProtoMessage added in v0.61.0

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect added in v0.61.0

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

func (*DeleteUserRequest) Reset added in v0.61.0

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String added in v0.61.0

func (x *DeleteUserRequest) String() string

type DeleteUserResponse added in v0.61.0

type DeleteUserResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteUserResponse) Descriptor deprecated added in v0.61.0

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

Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserResponse) ProtoMessage added in v0.61.0

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) ProtoReflect added in v0.61.0

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

func (*DeleteUserResponse) Reset added in v0.61.0

func (x *DeleteUserResponse) Reset()

func (*DeleteUserResponse) String added in v0.61.0

func (x *DeleteUserResponse) String() string

type DeleteWantRequest added in v0.294.0

type DeleteWantRequest struct {
	WantId int64 `protobuf:"varint,1,opt,name=want_id,json=wantId,proto3" json:"want_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteWantRequest) Descriptor deprecated added in v0.294.0

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

Deprecated: Use DeleteWantRequest.ProtoReflect.Descriptor instead.

func (*DeleteWantRequest) GetWantId added in v0.294.0

func (x *DeleteWantRequest) GetWantId() int64

func (*DeleteWantRequest) ProtoMessage added in v0.294.0

func (*DeleteWantRequest) ProtoMessage()

func (*DeleteWantRequest) ProtoReflect added in v0.294.0

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

func (*DeleteWantRequest) Reset added in v0.294.0

func (x *DeleteWantRequest) Reset()

func (*DeleteWantRequest) String added in v0.294.0

func (x *DeleteWantRequest) String() string

type DeleteWantResponse added in v0.294.0

type DeleteWantResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteWantResponse) Descriptor deprecated added in v0.294.0

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

Deprecated: Use DeleteWantResponse.ProtoReflect.Descriptor instead.

func (*DeleteWantResponse) ProtoMessage added in v0.294.0

func (*DeleteWantResponse) ProtoMessage()

func (*DeleteWantResponse) ProtoReflect added in v0.294.0

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

func (*DeleteWantResponse) Reset added in v0.294.0

func (x *DeleteWantResponse) Reset()

func (*DeleteWantResponse) String added in v0.294.0

func (x *DeleteWantResponse) String() string

type Density added in v0.349.0

type Density int32
const (
	Density_COUNT Density = 0
	Density_DISKS Density = 1
	Density_WIDTH Density = 2
)

func (Density) Descriptor added in v0.349.0

func (Density) Descriptor() protoreflect.EnumDescriptor

func (Density) Enum added in v0.349.0

func (x Density) Enum() *Density

func (Density) EnumDescriptor deprecated added in v0.349.0

func (Density) EnumDescriptor() ([]byte, []int)

Deprecated: Use Density.Descriptor instead.

func (Density) Number added in v0.349.0

func (x Density) Number() protoreflect.EnumNumber

func (Density) String added in v0.349.0

func (x Density) String() string

func (Density) Type added in v0.349.0

func (Density) Type() protoreflect.EnumType

type EnqueueRequest added in v0.67.0

type EnqueueRequest struct {
	Element *QueueElement `protobuf:"bytes,1,opt,name=element,proto3" json:"element,omitempty"`
	// contains filtered or unexported fields
}

func (*EnqueueRequest) Descriptor deprecated added in v0.67.0

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

Deprecated: Use EnqueueRequest.ProtoReflect.Descriptor instead.

func (*EnqueueRequest) GetElement added in v0.67.0

func (x *EnqueueRequest) GetElement() *QueueElement

func (*EnqueueRequest) ProtoMessage added in v0.67.0

func (*EnqueueRequest) ProtoMessage()

func (*EnqueueRequest) ProtoReflect added in v0.67.0

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

func (*EnqueueRequest) Reset added in v0.67.0

func (x *EnqueueRequest) Reset()

func (*EnqueueRequest) String added in v0.67.0

func (x *EnqueueRequest) String() string

type EnqueueResponse added in v0.67.0

type EnqueueResponse struct {
	// contains filtered or unexported fields
}

func (*EnqueueResponse) Descriptor deprecated added in v0.67.0

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

Deprecated: Use EnqueueResponse.ProtoReflect.Descriptor instead.

func (*EnqueueResponse) ProtoMessage added in v0.67.0

func (*EnqueueResponse) ProtoMessage()

func (*EnqueueResponse) ProtoReflect added in v0.67.0

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

func (*EnqueueResponse) Reset added in v0.67.0

func (x *EnqueueResponse) Reset()

func (*EnqueueResponse) String added in v0.67.0

func (x *EnqueueResponse) String() string

type Filter added in v0.111.0

type Filter struct {
	Formats       []string `protobuf:"bytes,1,rep,name=formats,proto3" json:"formats,omitempty"`
	ExcludeFolder []int32  `protobuf:"varint,2,rep,packed,name=exclude_folder,json=excludeFolder,proto3" json:"exclude_folder,omitempty"`
	IncludeFolder []int32  `protobuf:"varint,3,rep,packed,name=include_folder,json=includeFolder,proto3" json:"include_folder,omitempty"`
	// contains filtered or unexported fields
}

func (*Filter) Descriptor deprecated added in v0.111.0

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

Deprecated: Use Filter.ProtoReflect.Descriptor instead.

func (*Filter) GetExcludeFolder added in v0.185.0

func (x *Filter) GetExcludeFolder() []int32

func (*Filter) GetFormats added in v0.114.0

func (x *Filter) GetFormats() []string

func (*Filter) GetIncludeFolder added in v0.200.0

func (x *Filter) GetIncludeFolder() []int32

func (*Filter) ProtoMessage added in v0.111.0

func (*Filter) ProtoMessage()

func (*Filter) ProtoReflect added in v0.111.0

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

func (*Filter) Reset added in v0.111.0

func (x *Filter) Reset()

func (*Filter) String added in v0.111.0

func (x *Filter) String() string

type FolderMove added in v0.291.0

type FolderMove struct {
	Name             string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Criteria         *MoveCriteria `protobuf:"bytes,2,opt,name=criteria,proto3" json:"criteria,omitempty"`
	MoveFolder       string        `protobuf:"bytes,3,opt,name=move_folder,json=moveFolder,proto3" json:"move_folder,omitempty"`
	MoveToGoalFolder bool          `protobuf:"varint,4,opt,name=move_to_goal_folder,json=moveToGoalFolder,proto3" json:"move_to_goal_folder,omitempty"`
	Origin           Create        `protobuf:"varint,5,opt,name=origin,proto3,enum=gramophile.Create" json:"origin,omitempty"`
	// contains filtered or unexported fields
}

func (*FolderMove) Descriptor deprecated added in v0.291.0

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

Deprecated: Use FolderMove.ProtoReflect.Descriptor instead.

func (*FolderMove) GetCriteria added in v0.291.0

func (x *FolderMove) GetCriteria() *MoveCriteria

func (*FolderMove) GetMoveFolder added in v0.291.0

func (x *FolderMove) GetMoveFolder() string

func (*FolderMove) GetMoveToGoalFolder added in v0.297.0

func (x *FolderMove) GetMoveToGoalFolder() bool

func (*FolderMove) GetName added in v0.291.0

func (x *FolderMove) GetName() string

func (*FolderMove) GetOrigin added in v0.299.0

func (x *FolderMove) GetOrigin() Create

func (*FolderMove) ProtoMessage added in v0.291.0

func (*FolderMove) ProtoMessage()

func (*FolderMove) ProtoReflect added in v0.291.0

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

func (*FolderMove) Reset added in v0.291.0

func (x *FolderMove) Reset()

func (*FolderMove) String added in v0.291.0

func (x *FolderMove) String() string

type FolderSet added in v0.221.0

type FolderSet struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Index  int32  `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	Folder int32  `protobuf:"varint,3,opt,name=folder,proto3" json:"folder,omitempty"`
	Sort   Sort   `protobuf:"varint,4,opt,name=sort,proto3,enum=gramophile.Sort" json:"sort,omitempty"`
	// contains filtered or unexported fields
}

func (*FolderSet) Descriptor deprecated added in v0.221.0

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

Deprecated: Use FolderSet.ProtoReflect.Descriptor instead.

func (*FolderSet) GetFolder added in v0.221.0

func (x *FolderSet) GetFolder() int32

func (*FolderSet) GetIndex added in v0.221.0

func (x *FolderSet) GetIndex() int32

func (*FolderSet) GetName added in v0.221.0

func (x *FolderSet) GetName() string

func (*FolderSet) GetSort added in v0.221.0

func (x *FolderSet) GetSort() Sort

func (*FolderSet) ProtoMessage added in v0.221.0

func (*FolderSet) ProtoMessage()

func (*FolderSet) ProtoReflect added in v0.221.0

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

func (*FolderSet) Reset added in v0.221.0

func (x *FolderSet) Reset()

func (*FolderSet) String added in v0.221.0

func (x *FolderSet) String() string

type GetLoginRequest added in v0.9.0

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

func (*GetLoginRequest) Descriptor deprecated added in v0.9.0

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

Deprecated: Use GetLoginRequest.ProtoReflect.Descriptor instead.

func (*GetLoginRequest) GetToken added in v0.9.0

func (x *GetLoginRequest) GetToken() string

func (*GetLoginRequest) ProtoMessage added in v0.9.0

func (*GetLoginRequest) ProtoMessage()

func (*GetLoginRequest) ProtoReflect added in v0.9.0

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

func (*GetLoginRequest) Reset added in v0.9.0

func (x *GetLoginRequest) Reset()

func (*GetLoginRequest) String added in v0.9.0

func (x *GetLoginRequest) String() string

type GetLoginResponse added in v0.9.0

type GetLoginResponse struct {
	Auth *GramophileAuth `protobuf:"bytes,1,opt,name=auth,proto3" json:"auth,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoginResponse) Descriptor deprecated added in v0.9.0

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

Deprecated: Use GetLoginResponse.ProtoReflect.Descriptor instead.

func (*GetLoginResponse) GetAuth added in v0.9.0

func (x *GetLoginResponse) GetAuth() *GramophileAuth

func (*GetLoginResponse) ProtoMessage added in v0.9.0

func (*GetLoginResponse) ProtoMessage()

func (*GetLoginResponse) ProtoReflect added in v0.9.0

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

func (*GetLoginResponse) Reset added in v0.9.0

func (x *GetLoginResponse) Reset()

func (*GetLoginResponse) String added in v0.9.0

func (x *GetLoginResponse) String() string

type GetOrgRequest added in v0.222.0

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

func (*GetOrgRequest) Descriptor deprecated added in v0.222.0

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

Deprecated: Use GetOrgRequest.ProtoReflect.Descriptor instead.

func (*GetOrgRequest) GetName added in v0.231.0

func (x *GetOrgRequest) GetName() string

func (*GetOrgRequest) GetOrgName added in v0.222.0

func (x *GetOrgRequest) GetOrgName() string

func (*GetOrgRequest) ProtoMessage added in v0.222.0

func (*GetOrgRequest) ProtoMessage()

func (*GetOrgRequest) ProtoReflect added in v0.222.0

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

func (*GetOrgRequest) Reset added in v0.222.0

func (x *GetOrgRequest) Reset()

func (*GetOrgRequest) String added in v0.222.0

func (x *GetOrgRequest) String() string

type GetOrgResponse added in v0.222.0

type GetOrgResponse struct {
	Snapshot *OrganisationSnapshot `protobuf:"bytes,1,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgResponse) Descriptor deprecated added in v0.222.0

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

Deprecated: Use GetOrgResponse.ProtoReflect.Descriptor instead.

func (*GetOrgResponse) GetSnapshot added in v0.222.0

func (x *GetOrgResponse) GetSnapshot() *OrganisationSnapshot

func (*GetOrgResponse) ProtoMessage added in v0.222.0

func (*GetOrgResponse) ProtoMessage()

func (*GetOrgResponse) ProtoReflect added in v0.222.0

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

func (*GetOrgResponse) Reset added in v0.222.0

func (x *GetOrgResponse) Reset()

func (*GetOrgResponse) String added in v0.222.0

func (x *GetOrgResponse) String() string

type GetRecordRequest added in v0.175.0

type GetRecordRequest struct {

	// Types that are assignable to Request:
	//	*GetRecordRequest_GetRecordWithIssue
	//	*GetRecordRequest_GetRecordToListenTo
	//	*GetRecordRequest_GetRecordWithId
	Request        isGetRecordRequest_Request `protobuf_oneof:"request"`
	IncludeHistory bool                       `protobuf:"varint,4,opt,name=include_history,json=includeHistory,proto3" json:"include_history,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRecordRequest) Descriptor deprecated added in v0.175.0

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

Deprecated: Use GetRecordRequest.ProtoReflect.Descriptor instead.

func (*GetRecordRequest) GetGetRecordToListenTo added in v0.198.0

func (x *GetRecordRequest) GetGetRecordToListenTo() *GetRecordToListenTo

func (*GetRecordRequest) GetGetRecordWithId added in v0.212.0

func (x *GetRecordRequest) GetGetRecordWithId() *GetRecordWithId

func (*GetRecordRequest) GetGetRecordWithIssue added in v0.175.0

func (x *GetRecordRequest) GetGetRecordWithIssue() *GetRecordWithIssue

func (*GetRecordRequest) GetIncludeHistory added in v0.213.0

func (x *GetRecordRequest) GetIncludeHistory() bool

func (*GetRecordRequest) GetRequest added in v0.175.0

func (m *GetRecordRequest) GetRequest() isGetRecordRequest_Request

func (*GetRecordRequest) ProtoMessage added in v0.175.0

func (*GetRecordRequest) ProtoMessage()

func (*GetRecordRequest) ProtoReflect added in v0.175.0

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

func (*GetRecordRequest) Reset added in v0.175.0

func (x *GetRecordRequest) Reset()

func (*GetRecordRequest) String added in v0.175.0

func (x *GetRecordRequest) String() string

type GetRecordRequest_GetRecordToListenTo added in v0.198.0

type GetRecordRequest_GetRecordToListenTo struct {
	GetRecordToListenTo *GetRecordToListenTo `protobuf:"bytes,2,opt,name=get_record_to_listen_to,json=getRecordToListenTo,proto3,oneof"`
}

type GetRecordRequest_GetRecordWithId added in v0.212.0

type GetRecordRequest_GetRecordWithId struct {
	GetRecordWithId *GetRecordWithId `protobuf:"bytes,3,opt,name=get_record_with_id,json=getRecordWithId,proto3,oneof"`
}

type GetRecordRequest_GetRecordWithIssue added in v0.175.0

type GetRecordRequest_GetRecordWithIssue struct {
	GetRecordWithIssue *GetRecordWithIssue `protobuf:"bytes,1,opt,name=get_record_with_issue,json=getRecordWithIssue,proto3,oneof"`
}

type GetRecordResponse added in v0.175.0

type GetRecordResponse struct {
	Record  *Record   `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"`
	Records []*Record `protobuf:"bytes,2,rep,name=records,proto3" json:"records,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRecordResponse) Descriptor deprecated added in v0.175.0

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

Deprecated: Use GetRecordResponse.ProtoReflect.Descriptor instead.

func (*GetRecordResponse) GetRecord added in v0.175.0

func (x *GetRecordResponse) GetRecord() *Record

func (*GetRecordResponse) GetRecords added in v0.212.0

func (x *GetRecordResponse) GetRecords() []*Record

func (*GetRecordResponse) ProtoMessage added in v0.175.0

func (*GetRecordResponse) ProtoMessage()

func (*GetRecordResponse) ProtoReflect added in v0.175.0

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

func (*GetRecordResponse) Reset added in v0.175.0

func (x *GetRecordResponse) Reset()

func (*GetRecordResponse) String added in v0.175.0

func (x *GetRecordResponse) String() string

type GetRecordToListenTo added in v0.198.0

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

func (*GetRecordToListenTo) Descriptor deprecated added in v0.198.0

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

Deprecated: Use GetRecordToListenTo.ProtoReflect.Descriptor instead.

func (*GetRecordToListenTo) GetFilter added in v0.199.0

func (x *GetRecordToListenTo) GetFilter() string

func (*GetRecordToListenTo) ProtoMessage added in v0.198.0

func (*GetRecordToListenTo) ProtoMessage()

func (*GetRecordToListenTo) ProtoReflect added in v0.198.0

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

func (*GetRecordToListenTo) Reset added in v0.198.0

func (x *GetRecordToListenTo) Reset()

func (*GetRecordToListenTo) String added in v0.198.0

func (x *GetRecordToListenTo) String() string

type GetRecordWithId added in v0.212.0

type GetRecordWithId struct {
	InstanceId int64 `protobuf:"varint,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	ReleaseId  int64 `protobuf:"varint,2,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRecordWithId) Descriptor deprecated added in v0.212.0

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

Deprecated: Use GetRecordWithId.ProtoReflect.Descriptor instead.

func (*GetRecordWithId) GetInstanceId added in v0.212.0

func (x *GetRecordWithId) GetInstanceId() int64

func (*GetRecordWithId) GetReleaseId added in v0.212.0

func (x *GetRecordWithId) GetReleaseId() int64

func (*GetRecordWithId) ProtoMessage added in v0.212.0

func (*GetRecordWithId) ProtoMessage()

func (*GetRecordWithId) ProtoReflect added in v0.212.0

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

func (*GetRecordWithId) Reset added in v0.212.0

func (x *GetRecordWithId) Reset()

func (*GetRecordWithId) String added in v0.212.0

func (x *GetRecordWithId) String() string

type GetRecordWithIssue added in v0.175.0

type GetRecordWithIssue struct {
	// contains filtered or unexported fields
}

func (*GetRecordWithIssue) Descriptor deprecated added in v0.175.0

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

Deprecated: Use GetRecordWithIssue.ProtoReflect.Descriptor instead.

func (*GetRecordWithIssue) ProtoMessage added in v0.175.0

func (*GetRecordWithIssue) ProtoMessage()

func (*GetRecordWithIssue) ProtoReflect added in v0.175.0

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

func (*GetRecordWithIssue) Reset added in v0.175.0

func (x *GetRecordWithIssue) Reset()

func (*GetRecordWithIssue) String added in v0.175.0

func (x *GetRecordWithIssue) String() string

type GetStateRequest added in v0.61.0

type GetStateRequest struct {
	// contains filtered or unexported fields
}

func (*GetStateRequest) Descriptor deprecated added in v0.61.0

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

Deprecated: Use GetStateRequest.ProtoReflect.Descriptor instead.

func (*GetStateRequest) ProtoMessage added in v0.61.0

func (*GetStateRequest) ProtoMessage()

func (*GetStateRequest) ProtoReflect added in v0.61.0

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

func (*GetStateRequest) Reset added in v0.61.0

func (x *GetStateRequest) Reset()

func (*GetStateRequest) String added in v0.61.0

func (x *GetStateRequest) String() string

type GetStateResponse added in v0.61.0

type GetStateResponse struct {
	LastUserRefresh    int64  `protobuf:"varint,1,opt,name=last_user_refresh,json=lastUserRefresh,proto3" json:"last_user_refresh,omitempty"`
	CollectionSize     int32  `protobuf:"varint,2,opt,name=collection_size,json=collectionSize,proto3" json:"collection_size,omitempty"`
	LastCollectionSync int64  `protobuf:"varint,3,opt,name=last_collection_sync,json=lastCollectionSync,proto3" json:"last_collection_sync,omitempty"`
	LastConfigUpdate   int64  `protobuf:"varint,4,opt,name=last_config_update,json=lastConfigUpdate,proto3" json:"last_config_update,omitempty"`
	ConfigHash         string `protobuf:"bytes,5,opt,name=config_hash,json=configHash,proto3" json:"config_hash,omitempty"`
	CollectionMisses   int32  `protobuf:"varint,6,opt,name=collection_misses,json=collectionMisses,proto3" json:"collection_misses,omitempty"`
	FolderCount        int32  `protobuf:"varint,7,opt,name=folder_count,json=folderCount,proto3" json:"folder_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStateResponse) Descriptor deprecated added in v0.61.0

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

Deprecated: Use GetStateResponse.ProtoReflect.Descriptor instead.

func (*GetStateResponse) GetCollectionMisses added in v0.166.0

func (x *GetStateResponse) GetCollectionMisses() int32

func (*GetStateResponse) GetCollectionSize added in v0.79.0

func (x *GetStateResponse) GetCollectionSize() int32

func (*GetStateResponse) GetConfigHash added in v0.112.0

func (x *GetStateResponse) GetConfigHash() string

func (*GetStateResponse) GetFolderCount added in v0.265.0

func (x *GetStateResponse) GetFolderCount() int32

func (*GetStateResponse) GetLastCollectionSync added in v0.103.0

func (x *GetStateResponse) GetLastCollectionSync() int64

func (*GetStateResponse) GetLastConfigUpdate added in v0.112.0

func (x *GetStateResponse) GetLastConfigUpdate() int64

func (*GetStateResponse) GetLastUserRefresh added in v0.61.0

func (x *GetStateResponse) GetLastUserRefresh() int64

func (*GetStateResponse) ProtoMessage added in v0.61.0

func (*GetStateResponse) ProtoMessage()

func (*GetStateResponse) ProtoReflect added in v0.61.0

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

func (*GetStateResponse) Reset added in v0.61.0

func (x *GetStateResponse) Reset()

func (*GetStateResponse) String added in v0.61.0

func (x *GetStateResponse) String() string

type GetURLRequest

type GetURLRequest struct {
	// contains filtered or unexported fields
}

func (*GetURLRequest) Descriptor deprecated

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

Deprecated: Use GetURLRequest.ProtoReflect.Descriptor instead.

func (*GetURLRequest) ProtoMessage

func (*GetURLRequest) ProtoMessage()

func (*GetURLRequest) ProtoReflect

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

func (*GetURLRequest) Reset

func (x *GetURLRequest) Reset()

func (*GetURLRequest) String

func (x *GetURLRequest) String() string

type GetURLResponse

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

func (*GetURLResponse) Descriptor deprecated

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

Deprecated: Use GetURLResponse.ProtoReflect.Descriptor instead.

func (*GetURLResponse) GetToken added in v0.9.0

func (x *GetURLResponse) GetToken() string

func (*GetURLResponse) GetURL

func (x *GetURLResponse) GetURL() string

func (*GetURLResponse) ProtoMessage

func (*GetURLResponse) ProtoMessage()

func (*GetURLResponse) ProtoReflect

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

func (*GetURLResponse) Reset

func (x *GetURLResponse) Reset()

func (*GetURLResponse) String

func (x *GetURLResponse) String() string

type GetUserRequest added in v0.19.0

type GetUserRequest struct {
	// contains filtered or unexported fields
}

func (*GetUserRequest) Descriptor deprecated added in v0.19.0

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

Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.

func (*GetUserRequest) ProtoMessage added in v0.19.0

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) ProtoReflect added in v0.19.0

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

func (*GetUserRequest) Reset added in v0.19.0

func (x *GetUserRequest) Reset()

func (*GetUserRequest) String added in v0.19.0

func (x *GetUserRequest) String() string

type GetUserResponse added in v0.19.0

type GetUserResponse struct {
	User *StoredUser `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserResponse) Descriptor deprecated added in v0.19.0

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

Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.

func (*GetUserResponse) GetUser added in v0.19.0

func (x *GetUserResponse) GetUser() *StoredUser

func (*GetUserResponse) ProtoMessage added in v0.19.0

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect added in v0.19.0

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

func (*GetUserResponse) Reset added in v0.19.0

func (x *GetUserResponse) Reset()

func (*GetUserResponse) String added in v0.19.0

func (x *GetUserResponse) String() string

type GetUsersRequest added in v0.61.0

type GetUsersRequest struct {
	// contains filtered or unexported fields
}

func (*GetUsersRequest) Descriptor deprecated added in v0.61.0

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

Deprecated: Use GetUsersRequest.ProtoReflect.Descriptor instead.

func (*GetUsersRequest) ProtoMessage added in v0.61.0

func (*GetUsersRequest) ProtoMessage()

func (*GetUsersRequest) ProtoReflect added in v0.61.0

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

func (*GetUsersRequest) Reset added in v0.61.0

func (x *GetUsersRequest) Reset()

func (*GetUsersRequest) String added in v0.61.0

func (x *GetUsersRequest) String() string

type GetUsersResponse added in v0.61.0

type GetUsersResponse struct {
	Users []*StoredUser `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUsersResponse) Descriptor deprecated added in v0.61.0

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

Deprecated: Use GetUsersResponse.ProtoReflect.Descriptor instead.

func (*GetUsersResponse) GetUsers added in v0.61.0

func (x *GetUsersResponse) GetUsers() []*StoredUser

func (*GetUsersResponse) ProtoMessage added in v0.61.0

func (*GetUsersResponse) ProtoMessage()

func (*GetUsersResponse) ProtoReflect added in v0.61.0

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

func (*GetUsersResponse) Reset added in v0.61.0

func (x *GetUsersResponse) Reset()

func (*GetUsersResponse) String added in v0.61.0

func (x *GetUsersResponse) String() string

type GetWantlistRequest added in v0.282.0

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

func (*GetWantlistRequest) Descriptor deprecated added in v0.282.0

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

Deprecated: Use GetWantlistRequest.ProtoReflect.Descriptor instead.

func (*GetWantlistRequest) GetName added in v0.282.0

func (x *GetWantlistRequest) GetName() string

func (*GetWantlistRequest) ProtoMessage added in v0.282.0

func (*GetWantlistRequest) ProtoMessage()

func (*GetWantlistRequest) ProtoReflect added in v0.282.0

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

func (*GetWantlistRequest) Reset added in v0.282.0

func (x *GetWantlistRequest) Reset()

func (*GetWantlistRequest) String added in v0.282.0

func (x *GetWantlistRequest) String() string

type GetWantlistResponse added in v0.282.0

type GetWantlistResponse struct {
	List *Wantlist `protobuf:"bytes,1,opt,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWantlistResponse) Descriptor deprecated added in v0.282.0

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

Deprecated: Use GetWantlistResponse.ProtoReflect.Descriptor instead.

func (*GetWantlistResponse) GetList added in v0.282.0

func (x *GetWantlistResponse) GetList() *Wantlist

func (*GetWantlistResponse) ProtoMessage added in v0.282.0

func (*GetWantlistResponse) ProtoMessage()

func (*GetWantlistResponse) ProtoReflect added in v0.282.0

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

func (*GetWantlistResponse) Reset added in v0.282.0

func (x *GetWantlistResponse) Reset()

func (*GetWantlistResponse) String added in v0.282.0

func (x *GetWantlistResponse) String() string

type GetWantsRequest added in v0.288.0

type GetWantsRequest struct {
	// contains filtered or unexported fields
}

func (*GetWantsRequest) Descriptor deprecated added in v0.288.0

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

Deprecated: Use GetWantsRequest.ProtoReflect.Descriptor instead.

func (*GetWantsRequest) ProtoMessage added in v0.288.0

func (*GetWantsRequest) ProtoMessage()

func (*GetWantsRequest) ProtoReflect added in v0.288.0

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

func (*GetWantsRequest) Reset added in v0.288.0

func (x *GetWantsRequest) Reset()

func (*GetWantsRequest) String added in v0.288.0

func (x *GetWantsRequest) String() string

type GetWantsResponse added in v0.288.0

type GetWantsResponse struct {
	Wants []*Want `protobuf:"bytes,1,rep,name=wants,proto3" json:"wants,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWantsResponse) Descriptor deprecated added in v0.288.0

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

Deprecated: Use GetWantsResponse.ProtoReflect.Descriptor instead.

func (*GetWantsResponse) GetWants added in v0.288.0

func (x *GetWantsResponse) GetWants() []*Want

func (*GetWantsResponse) ProtoMessage added in v0.288.0

func (*GetWantsResponse) ProtoMessage()

func (*GetWantsResponse) ProtoReflect added in v0.288.0

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

func (*GetWantsResponse) Reset added in v0.288.0

func (x *GetWantsResponse) Reset()

func (*GetWantsResponse) String added in v0.288.0

func (x *GetWantsResponse) String() string

type GoalFolderConfig added in v0.250.0

type GoalFolderConfig struct {
	Mandate Mandate `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	// contains filtered or unexported fields
}

func (*GoalFolderConfig) Descriptor deprecated added in v0.250.0

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

Deprecated: Use GoalFolderConfig.ProtoReflect.Descriptor instead.

func (*GoalFolderConfig) GetMandate added in v0.250.0

func (x *GoalFolderConfig) GetMandate() Mandate

func (*GoalFolderConfig) ProtoMessage added in v0.250.0

func (*GoalFolderConfig) ProtoMessage()

func (*GoalFolderConfig) ProtoReflect added in v0.250.0

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

func (*GoalFolderConfig) Reset added in v0.250.0

func (x *GoalFolderConfig) Reset()

func (*GoalFolderConfig) String added in v0.250.0

func (x *GoalFolderConfig) String() string

type GramophileAuth added in v0.9.0

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

func (*GramophileAuth) Descriptor deprecated added in v0.9.0

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

Deprecated: Use GramophileAuth.ProtoReflect.Descriptor instead.

func (*GramophileAuth) GetToken added in v0.9.0

func (x *GramophileAuth) GetToken() string

func (*GramophileAuth) ProtoMessage added in v0.9.0

func (*GramophileAuth) ProtoMessage()

func (*GramophileAuth) ProtoReflect added in v0.9.0

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

func (*GramophileAuth) Reset added in v0.9.0

func (x *GramophileAuth) Reset()

func (*GramophileAuth) String added in v0.9.0

func (x *GramophileAuth) String() string

type GramophileConfig added in v0.111.0

type GramophileConfig struct {
	Basis              Basis               `protobuf:"varint,2,opt,name=basis,proto3,enum=gramophile.Basis" json:"basis,omitempty"`
	CleaningConfig     *CleaningConfig     `protobuf:"bytes,1,opt,name=cleaning_config,json=cleaningConfig,proto3" json:"cleaning_config,omitempty"`
	ListenConfig       *ListenConfig       `protobuf:"bytes,3,opt,name=listen_config,json=listenConfig,proto3" json:"listen_config,omitempty"`
	WidthConfig        *WidthConfig        `protobuf:"bytes,4,opt,name=width_config,json=widthConfig,proto3" json:"width_config,omitempty"`
	OrganisationConfig *OrganisationConfig `protobuf:"bytes,5,opt,name=organisation_config,json=organisationConfig,proto3" json:"organisation_config,omitempty"`
	WeightConfig       *WeightConfig       `protobuf:"bytes,6,opt,name=weight_config,json=weightConfig,proto3" json:"weight_config,omitempty"`
	GoalFolderConfig   *GoalFolderConfig   `protobuf:"bytes,7,opt,name=goal_folder_config,json=goalFolderConfig,proto3" json:"goal_folder_config,omitempty"`
	SleeveConfig       *SleeveConfig       `protobuf:"bytes,8,opt,name=sleeve_config,json=sleeveConfig,proto3" json:"sleeve_config,omitempty"`
	ArrivedConfig      *ArrivedConfig      `protobuf:"bytes,9,opt,name=arrived_config,json=arrivedConfig,proto3" json:"arrived_config,omitempty"`
	SaleConfig         *SaleConfig         `protobuf:"bytes,10,opt,name=sale_config,json=saleConfig,proto3" json:"sale_config,omitempty"`
	KeepConfig         *KeepConfig         `protobuf:"bytes,11,opt,name=keep_config,json=keepConfig,proto3" json:"keep_config,omitempty"`
	CreateFolders      Create              `protobuf:"varint,12,opt,name=create_folders,json=createFolders,proto3,enum=gramophile.Create" json:"create_folders,omitempty"`
	CreateMoves        Create              `protobuf:"varint,13,opt,name=create_moves,json=createMoves,proto3,enum=gramophile.Create" json:"create_moves,omitempty"`
	Moves              []*FolderMove       `protobuf:"bytes,14,rep,name=moves,proto3" json:"moves,omitempty"`
	// contains filtered or unexported fields
}

func (*GramophileConfig) Descriptor deprecated added in v0.111.0

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

Deprecated: Use GramophileConfig.ProtoReflect.Descriptor instead.

func (*GramophileConfig) GetArrivedConfig added in v0.276.0

func (x *GramophileConfig) GetArrivedConfig() *ArrivedConfig

func (*GramophileConfig) GetBasis added in v0.119.0

func (x *GramophileConfig) GetBasis() Basis

func (*GramophileConfig) GetCleaningConfig added in v0.111.0

func (x *GramophileConfig) GetCleaningConfig() *CleaningConfig

func (*GramophileConfig) GetCreateFolders added in v0.299.0

func (x *GramophileConfig) GetCreateFolders() Create

func (*GramophileConfig) GetCreateMoves added in v0.299.0

func (x *GramophileConfig) GetCreateMoves() Create

func (*GramophileConfig) GetGoalFolderConfig added in v0.250.0

func (x *GramophileConfig) GetGoalFolderConfig() *GoalFolderConfig

func (*GramophileConfig) GetKeepConfig added in v0.297.0

func (x *GramophileConfig) GetKeepConfig() *KeepConfig

func (*GramophileConfig) GetListenConfig added in v0.190.0

func (x *GramophileConfig) GetListenConfig() *ListenConfig

func (*GramophileConfig) GetMoves added in v0.350.0

func (x *GramophileConfig) GetMoves() []*FolderMove

func (*GramophileConfig) GetOrganisationConfig added in v0.222.0

func (x *GramophileConfig) GetOrganisationConfig() *OrganisationConfig

func (*GramophileConfig) GetSaleConfig added in v0.291.0

func (x *GramophileConfig) GetSaleConfig() *SaleConfig

func (*GramophileConfig) GetSleeveConfig added in v0.274.0

func (x *GramophileConfig) GetSleeveConfig() *SleeveConfig

func (*GramophileConfig) GetWeightConfig added in v0.239.0

func (x *GramophileConfig) GetWeightConfig() *WeightConfig

func (*GramophileConfig) GetWidthConfig added in v0.214.0

func (x *GramophileConfig) GetWidthConfig() *WidthConfig

func (*GramophileConfig) ProtoMessage added in v0.111.0

func (*GramophileConfig) ProtoMessage()

func (*GramophileConfig) ProtoReflect added in v0.111.0

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

func (*GramophileConfig) Reset added in v0.111.0

func (x *GramophileConfig) Reset()

func (*GramophileConfig) String added in v0.111.0

func (x *GramophileConfig) String() string

type GramophileEServiceClient

type GramophileEServiceClient interface {
	GetURL(ctx context.Context, in *GetURLRequest, opts ...grpc.CallOption) (*GetURLResponse, error)
	GetLogin(ctx context.Context, in *GetLoginRequest, opts ...grpc.CallOption) (*GetLoginResponse, error)
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
	GetState(ctx context.Context, in *GetStateRequest, opts ...grpc.CallOption) (*GetStateResponse, error)
	SetConfig(ctx context.Context, in *SetConfigRequest, opts ...grpc.CallOption) (*SetConfigResponse, error)
	SetIntent(ctx context.Context, in *SetIntentRequest, opts ...grpc.CallOption) (*SetIntentResponse, error)
	GetRecord(ctx context.Context, in *GetRecordRequest, opts ...grpc.CallOption) (*GetRecordResponse, error)
	GetOrg(ctx context.Context, in *GetOrgRequest, opts ...grpc.CallOption) (*GetOrgResponse, error)
	SetOrgSnapshot(ctx context.Context, in *SetOrgSnapshotRequest, opts ...grpc.CallOption) (*SetOrgSnapshotResponse, error)
	AddWant(ctx context.Context, in *AddWantRequest, opts ...grpc.CallOption) (*AddWantResponse, error)
	GetWants(ctx context.Context, in *GetWantsRequest, opts ...grpc.CallOption) (*GetWantsResponse, error)
	DeleteWant(ctx context.Context, in *DeleteWantRequest, opts ...grpc.CallOption) (*DeleteWantResponse, error)
	AddWantlist(ctx context.Context, in *AddWantlistRequest, opts ...grpc.CallOption) (*AddWantlistResponse, error)
	GetWantlist(ctx context.Context, in *GetWantlistRequest, opts ...grpc.CallOption) (*GetWantlistResponse, error)
	UpdateWantlist(ctx context.Context, in *UpdateWantlistRequest, opts ...grpc.CallOption) (*UpdateWantlistResponse, error)
}

GramophileEServiceClient is the client API for GramophileEService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type GramophileEServiceServer

GramophileEServiceServer is the server API for GramophileEService service. All implementations should embed UnimplementedGramophileEServiceServer for forward compatibility

type GramophileServiceClient added in v0.19.0

type GramophileServiceClient interface {
	GetUsers(ctx context.Context, in *GetUsersRequest, opts ...grpc.CallOption) (*GetUsersResponse, error)
	DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*DeleteUserResponse, error)
	Clean(ctx context.Context, in *CleanRequest, opts ...grpc.CallOption) (*CleanResponse, error)
}

GramophileServiceClient is the client API for GramophileService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewGramophileServiceClient added in v0.19.0

func NewGramophileServiceClient(cc grpc.ClientConnInterface) GramophileServiceClient

type GramophileServiceServer added in v0.19.0

type GramophileServiceServer interface {
	GetUsers(context.Context, *GetUsersRequest) (*GetUsersResponse, error)
	DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error)
	Clean(context.Context, *CleanRequest) (*CleanResponse, error)
}

GramophileServiceServer is the server API for GramophileService service. All implementations should embed UnimplementedGramophileServiceServer for forward compatibility

type Intent added in v0.115.0

type Intent struct {
	CleanTime  int64      `protobuf:"varint,1,opt,name=clean_time,json=cleanTime,proto3" json:"clean_time,omitempty"`
	ListenTime int64      `protobuf:"varint,2,opt,name=listen_time,json=listenTime,proto3" json:"listen_time,omitempty"`
	Width      float32    `protobuf:"fixed32,3,opt,name=width,proto3" json:"width,omitempty"`
	Weight     float32    `protobuf:"fixed32,4,opt,name=weight,proto3" json:"weight,omitempty"`
	GoalFolder string     `protobuf:"bytes,5,opt,name=goal_folder,json=goalFolder,proto3" json:"goal_folder,omitempty"`
	Sleeve     string     `protobuf:"bytes,6,opt,name=sleeve,proto3" json:"sleeve,omitempty"`
	Arrived    int64      `protobuf:"varint,7,opt,name=arrived,proto3" json:"arrived,omitempty"`
	Keep       KeepStatus `protobuf:"varint,8,opt,name=keep,proto3,enum=gramophile.KeepStatus" json:"keep,omitempty"`
	// contains filtered or unexported fields
}

func (*Intent) Descriptor deprecated added in v0.115.0

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

Deprecated: Use Intent.ProtoReflect.Descriptor instead.

func (*Intent) GetArrived added in v0.276.0

func (x *Intent) GetArrived() int64

func (*Intent) GetCleanTime added in v0.115.0

func (x *Intent) GetCleanTime() int64

func (*Intent) GetGoalFolder added in v0.252.0

func (x *Intent) GetGoalFolder() string

func (*Intent) GetKeep added in v0.297.0

func (x *Intent) GetKeep() KeepStatus

func (*Intent) GetListenTime added in v0.191.0

func (x *Intent) GetListenTime() int64

func (*Intent) GetSleeve added in v0.274.0

func (x *Intent) GetSleeve() string

func (*Intent) GetWeight added in v0.241.0

func (x *Intent) GetWeight() float32

func (*Intent) GetWidth added in v0.215.0

func (x *Intent) GetWidth() float32

func (*Intent) ProtoMessage added in v0.115.0

func (*Intent) ProtoMessage()

func (*Intent) ProtoReflect added in v0.115.0

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

func (*Intent) Reset added in v0.115.0

func (x *Intent) Reset()

func (*Intent) String added in v0.115.0

func (x *Intent) String() string

type KeepConfig added in v0.292.0

type KeepConfig struct {
	Mandate Mandate `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	// contains filtered or unexported fields
}

func (*KeepConfig) Descriptor deprecated added in v0.292.0

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

Deprecated: Use KeepConfig.ProtoReflect.Descriptor instead.

func (*KeepConfig) GetMandate added in v0.292.0

func (x *KeepConfig) GetMandate() Mandate

func (*KeepConfig) ProtoMessage added in v0.292.0

func (*KeepConfig) ProtoMessage()

func (*KeepConfig) ProtoReflect added in v0.292.0

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

func (*KeepConfig) Reset added in v0.292.0

func (x *KeepConfig) Reset()

func (*KeepConfig) String added in v0.292.0

func (x *KeepConfig) String() string

type KeepStatus added in v0.292.0

type KeepStatus int32
const (
	KeepStatus_KEEP_UNKNOWN KeepStatus = 0
	KeepStatus_NO_KEEP      KeepStatus = 1
	KeepStatus_DIGITAL_KEEP KeepStatus = 2
	KeepStatus_MINT_UP_KEEP KeepStatus = 3
	KeepStatus_KEEP         KeepStatus = 4
)

func (KeepStatus) Descriptor added in v0.292.0

func (KeepStatus) Descriptor() protoreflect.EnumDescriptor

func (KeepStatus) Enum added in v0.292.0

func (x KeepStatus) Enum() *KeepStatus

func (KeepStatus) EnumDescriptor deprecated added in v0.292.0

func (KeepStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use KeepStatus.Descriptor instead.

func (KeepStatus) Number added in v0.292.0

func (x KeepStatus) Number() protoreflect.EnumNumber

func (KeepStatus) String added in v0.292.0

func (x KeepStatus) String() string

func (KeepStatus) Type added in v0.292.0

type LabelDecider added in v0.221.0

type LabelDecider struct {
	Index       int32  `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	LabelPrefix string `protobuf:"bytes,2,opt,name=label_prefix,json=labelPrefix,proto3" json:"label_prefix,omitempty"`
	// contains filtered or unexported fields
}

func (*LabelDecider) Descriptor deprecated added in v0.221.0

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

Deprecated: Use LabelDecider.ProtoReflect.Descriptor instead.

func (*LabelDecider) GetIndex added in v0.221.0

func (x *LabelDecider) GetIndex() int32

func (*LabelDecider) GetLabelPrefix added in v0.221.0

func (x *LabelDecider) GetLabelPrefix() string

func (*LabelDecider) ProtoMessage added in v0.221.0

func (*LabelDecider) ProtoMessage()

func (*LabelDecider) ProtoReflect added in v0.221.0

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

func (*LabelDecider) Reset added in v0.221.0

func (x *LabelDecider) Reset()

func (*LabelDecider) String added in v0.221.0

func (x *LabelDecider) String() string

type Layout added in v0.228.0

type Layout int32
const (
	Layout_TIGHT Layout = 0
	Layout_LOOSE Layout = 1
)

func (Layout) Descriptor added in v0.228.0

func (Layout) Descriptor() protoreflect.EnumDescriptor

func (Layout) Enum added in v0.228.0

func (x Layout) Enum() *Layout

func (Layout) EnumDescriptor deprecated added in v0.228.0

func (Layout) EnumDescriptor() ([]byte, []int)

Deprecated: Use Layout.Descriptor instead.

func (Layout) Number added in v0.228.0

func (x Layout) Number() protoreflect.EnumNumber

func (Layout) String added in v0.228.0

func (x Layout) String() string

func (Layout) Type added in v0.228.0

func (Layout) Type() protoreflect.EnumType

type LinkSales added in v0.300.0

type LinkSales struct {
	RefreshId int64 `protobuf:"varint,1,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkSales) Descriptor deprecated added in v0.300.0

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

Deprecated: Use LinkSales.ProtoReflect.Descriptor instead.

func (*LinkSales) GetRefreshId added in v0.300.0

func (x *LinkSales) GetRefreshId() int64

func (*LinkSales) ProtoMessage added in v0.300.0

func (*LinkSales) ProtoMessage()

func (*LinkSales) ProtoReflect added in v0.300.0

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

func (*LinkSales) Reset added in v0.300.0

func (x *LinkSales) Reset()

func (*LinkSales) String added in v0.300.0

func (x *LinkSales) String() string

type ListRequest added in v0.158.0

type ListRequest struct {
	// contains filtered or unexported fields
}

func (*ListRequest) Descriptor deprecated added in v0.158.0

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

Deprecated: Use ListRequest.ProtoReflect.Descriptor instead.

func (*ListRequest) ProtoMessage added in v0.158.0

func (*ListRequest) ProtoMessage()

func (*ListRequest) ProtoReflect added in v0.158.0

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

func (*ListRequest) Reset added in v0.158.0

func (x *ListRequest) Reset()

func (*ListRequest) String added in v0.158.0

func (x *ListRequest) String() string

type ListResponse added in v0.158.0

type ListResponse struct {
	Elements []*QueueElement `protobuf:"bytes,2,rep,name=elements,proto3" json:"elements,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResponse) Descriptor deprecated added in v0.158.0

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

Deprecated: Use ListResponse.ProtoReflect.Descriptor instead.

func (*ListResponse) GetElements added in v0.158.0

func (x *ListResponse) GetElements() []*QueueElement

func (*ListResponse) ProtoMessage added in v0.158.0

func (*ListResponse) ProtoMessage()

func (*ListResponse) ProtoReflect added in v0.158.0

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

func (*ListResponse) Reset added in v0.158.0

func (x *ListResponse) Reset()

func (*ListResponse) String added in v0.158.0

func (x *ListResponse) String() string

type ListenConfig added in v0.190.0

type ListenConfig struct {
	Mandate Mandate         `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	Filters []*ListenFilter `protobuf:"bytes,2,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

func (*ListenConfig) Descriptor deprecated added in v0.190.0

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

Deprecated: Use ListenConfig.ProtoReflect.Descriptor instead.

func (*ListenConfig) GetFilters added in v0.199.0

func (x *ListenConfig) GetFilters() []*ListenFilter

func (*ListenConfig) GetMandate added in v0.283.0

func (x *ListenConfig) GetMandate() Mandate

func (*ListenConfig) ProtoMessage added in v0.190.0

func (*ListenConfig) ProtoMessage()

func (*ListenConfig) ProtoReflect added in v0.190.0

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

func (*ListenConfig) Reset added in v0.190.0

func (x *ListenConfig) Reset()

func (*ListenConfig) String added in v0.190.0

func (x *ListenConfig) String() string

type ListenFilter added in v0.199.0

type ListenFilter struct {
	Name   string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Filter *Filter `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	Order  *Order  `protobuf:"bytes,3,opt,name=order,proto3" json:"order,omitempty"`
	// contains filtered or unexported fields
}

func (*ListenFilter) Descriptor deprecated added in v0.199.0

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

Deprecated: Use ListenFilter.ProtoReflect.Descriptor instead.

func (*ListenFilter) GetFilter added in v0.199.0

func (x *ListenFilter) GetFilter() *Filter

func (*ListenFilter) GetName added in v0.199.0

func (x *ListenFilter) GetName() string

func (*ListenFilter) GetOrder added in v0.199.0

func (x *ListenFilter) GetOrder() *Order

func (*ListenFilter) ProtoMessage added in v0.199.0

func (*ListenFilter) ProtoMessage()

func (*ListenFilter) ProtoReflect added in v0.199.0

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

func (*ListenFilter) Reset added in v0.199.0

func (x *ListenFilter) Reset()

func (*ListenFilter) String added in v0.199.0

func (x *ListenFilter) String() string

type Mandate added in v0.115.0

type Mandate int32
const (
	Mandate_NONE        Mandate = 0
	Mandate_RECOMMENDED Mandate = 1
	Mandate_REQUIRED    Mandate = 2
)

func (Mandate) Descriptor added in v0.115.0

func (Mandate) Descriptor() protoreflect.EnumDescriptor

func (Mandate) Enum added in v0.115.0

func (x Mandate) Enum() *Mandate

func (Mandate) EnumDescriptor deprecated added in v0.115.0

func (Mandate) EnumDescriptor() ([]byte, []int)

Deprecated: Use Mandate.Descriptor instead.

func (Mandate) Number added in v0.115.0

func (x Mandate) Number() protoreflect.EnumNumber

func (Mandate) String added in v0.115.0

func (x Mandate) String() string

func (Mandate) Type added in v0.115.0

func (Mandate) Type() protoreflect.EnumType

type Move added in v0.230.0

type Move struct {
	Start *Placement `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	End   *Placement `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*Move) Descriptor deprecated added in v0.230.0

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

Deprecated: Use Move.ProtoReflect.Descriptor instead.

func (*Move) GetEnd added in v0.230.0

func (x *Move) GetEnd() *Placement

func (*Move) GetStart added in v0.230.0

func (x *Move) GetStart() *Placement

func (*Move) ProtoMessage added in v0.230.0

func (*Move) ProtoMessage()

func (*Move) ProtoReflect added in v0.230.0

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

func (*Move) Reset added in v0.230.0

func (x *Move) Reset()

func (*Move) String added in v0.230.0

func (x *Move) String() string

type MoveCriteria added in v0.291.0

type MoveCriteria struct {
	HasSaleId  Bool             `protobuf:"varint,1,opt,name=has_sale_id,json=hasSaleId,proto3,enum=gramophile.Bool" json:"has_sale_id,omitempty"`
	SaleStatus proto.SaleStatus `protobuf:"varint,2,opt,name=sale_status,json=saleStatus,proto3,enum=discogs.SaleStatus" json:"sale_status,omitempty"`
	Listened   Bool             `protobuf:"varint,3,opt,name=listened,proto3,enum=gramophile.Bool" json:"listened,omitempty"`
	Arrived    Bool             `protobuf:"varint,4,opt,name=arrived,proto3,enum=gramophile.Bool" json:"arrived,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveCriteria) Descriptor deprecated added in v0.291.0

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

Deprecated: Use MoveCriteria.ProtoReflect.Descriptor instead.

func (*MoveCriteria) GetArrived added in v0.318.0

func (x *MoveCriteria) GetArrived() Bool

func (*MoveCriteria) GetHasSaleId added in v0.291.0

func (x *MoveCriteria) GetHasSaleId() Bool

func (*MoveCriteria) GetListened added in v0.318.0

func (x *MoveCriteria) GetListened() Bool

func (*MoveCriteria) GetSaleStatus added in v0.291.0

func (x *MoveCriteria) GetSaleStatus() proto.SaleStatus

func (*MoveCriteria) ProtoMessage added in v0.291.0

func (*MoveCriteria) ProtoMessage()

func (*MoveCriteria) ProtoReflect added in v0.291.0

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

func (*MoveCriteria) Reset added in v0.291.0

func (x *MoveCriteria) Reset()

func (*MoveCriteria) String added in v0.291.0

func (x *MoveCriteria) String() string

type MoveRecord added in v0.318.0

type MoveRecord struct {
	RecordIid  int64  `protobuf:"varint,1,opt,name=recordIid,proto3" json:"recordIid,omitempty"`
	MoveFolder string `protobuf:"bytes,2,opt,name=move_folder,json=moveFolder,proto3" json:"move_folder,omitempty"`
	Rule       string `protobuf:"bytes,3,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveRecord) Descriptor deprecated added in v0.318.0

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

Deprecated: Use MoveRecord.ProtoReflect.Descriptor instead.

func (*MoveRecord) GetMoveFolder added in v0.318.0

func (x *MoveRecord) GetMoveFolder() string

func (*MoveRecord) GetRecordIid added in v0.318.0

func (x *MoveRecord) GetRecordIid() int64

func (*MoveRecord) GetRule added in v0.351.0

func (x *MoveRecord) GetRule() string

func (*MoveRecord) ProtoMessage added in v0.318.0

func (*MoveRecord) ProtoMessage()

func (*MoveRecord) ProtoReflect added in v0.318.0

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

func (*MoveRecord) Reset added in v0.318.0

func (x *MoveRecord) Reset()

func (*MoveRecord) String added in v0.318.0

func (x *MoveRecord) String() string

type MoveRecords added in v0.318.0

type MoveRecords struct {
	// contains filtered or unexported fields
}

func (*MoveRecords) Descriptor deprecated added in v0.318.0

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

Deprecated: Use MoveRecords.ProtoReflect.Descriptor instead.

func (*MoveRecords) ProtoMessage added in v0.318.0

func (*MoveRecords) ProtoMessage()

func (*MoveRecords) ProtoReflect added in v0.318.0

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

func (*MoveRecords) Reset added in v0.318.0

func (x *MoveRecords) Reset()

func (*MoveRecords) String added in v0.318.0

func (x *MoveRecords) String() string

type MoveSource added in v0.297.0

type MoveSource int32
const (
	MoveSource_USER_PROVIDED MoveSource = 0
	MoveSource_GRAM_PROVIDED MoveSource = 1
)

func (MoveSource) Descriptor added in v0.297.0

func (MoveSource) Descriptor() protoreflect.EnumDescriptor

func (MoveSource) Enum added in v0.297.0

func (x MoveSource) Enum() *MoveSource

func (MoveSource) EnumDescriptor deprecated added in v0.297.0

func (MoveSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use MoveSource.Descriptor instead.

func (MoveSource) Number added in v0.297.0

func (x MoveSource) Number() protoreflect.EnumNumber

func (MoveSource) String added in v0.297.0

func (x MoveSource) String() string

func (MoveSource) Type added in v0.297.0

type NoncomplianceIssue added in v0.114.0

type NoncomplianceIssue int32
const (
	NoncomplianceIssue_NEEDS_CLEAN NoncomplianceIssue = 0
)

func (NoncomplianceIssue) Descriptor added in v0.114.0

func (NoncomplianceIssue) Enum added in v0.114.0

func (NoncomplianceIssue) EnumDescriptor deprecated added in v0.114.0

func (NoncomplianceIssue) EnumDescriptor() ([]byte, []int)

Deprecated: Use NoncomplianceIssue.Descriptor instead.

func (NoncomplianceIssue) Number added in v0.114.0

func (NoncomplianceIssue) String added in v0.114.0

func (x NoncomplianceIssue) String() string

func (NoncomplianceIssue) Type added in v0.114.0

type Order added in v0.199.0

type Order struct {
	Ordering Order_Ordering `protobuf:"varint,1,opt,name=ordering,proto3,enum=gramophile.Order_Ordering" json:"ordering,omitempty"`
	Reverse  bool           `protobuf:"varint,2,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*Order) Descriptor deprecated added in v0.199.0

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

Deprecated: Use Order.ProtoReflect.Descriptor instead.

func (*Order) GetOrdering added in v0.199.0

func (x *Order) GetOrdering() Order_Ordering

func (*Order) GetReverse added in v0.199.0

func (x *Order) GetReverse() bool

func (*Order) ProtoMessage added in v0.199.0

func (*Order) ProtoMessage()

func (*Order) ProtoReflect added in v0.199.0

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

func (*Order) Reset added in v0.199.0

func (x *Order) Reset()

func (*Order) String added in v0.199.0

func (x *Order) String() string

type Order_Ordering added in v0.199.0

type Order_Ordering int32
const (
	Order_ORDER_RANDOM     Order_Ordering = 0
	Order_ORDER_ADDED_DATE Order_Ordering = 1
)

func (Order_Ordering) Descriptor added in v0.199.0

func (Order_Ordering) Enum added in v0.199.0

func (x Order_Ordering) Enum() *Order_Ordering

func (Order_Ordering) EnumDescriptor deprecated added in v0.199.0

func (Order_Ordering) EnumDescriptor() ([]byte, []int)

Deprecated: Use Order_Ordering.Descriptor instead.

func (Order_Ordering) Number added in v0.199.0

func (Order_Ordering) String added in v0.199.0

func (x Order_Ordering) String() string

func (Order_Ordering) Type added in v0.199.0

type Organisation added in v0.221.0

type Organisation struct {
	Name                string       `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Foldersets          []*FolderSet `protobuf:"bytes,1,rep,name=foldersets,proto3" json:"foldersets,omitempty"`
	Spaces              []*Space     `protobuf:"bytes,2,rep,name=spaces,proto3" json:"spaces,omitempty"`
	AutoArtistTranslate bool         `protobuf:"varint,5,opt,name=auto_artist_translate,json=autoArtistTranslate,proto3" json:"auto_artist_translate,omitempty"`
	Density             Density      `protobuf:"varint,3,opt,name=density,proto3,enum=gramophile.Density" json:"density,omitempty"`
	// contains filtered or unexported fields
}

func (*Organisation) Descriptor deprecated added in v0.221.0

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

Deprecated: Use Organisation.ProtoReflect.Descriptor instead.

func (*Organisation) GetAutoArtistTranslate added in v0.221.0

func (x *Organisation) GetAutoArtistTranslate() bool

func (*Organisation) GetDensity added in v0.349.0

func (x *Organisation) GetDensity() Density

func (*Organisation) GetFoldersets added in v0.221.0

func (x *Organisation) GetFoldersets() []*FolderSet

func (*Organisation) GetName added in v0.222.0

func (x *Organisation) GetName() string

func (*Organisation) GetSpaces added in v0.221.0

func (x *Organisation) GetSpaces() []*Space

func (*Organisation) ProtoMessage added in v0.221.0

func (*Organisation) ProtoMessage()

func (*Organisation) ProtoReflect added in v0.221.0

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

func (*Organisation) Reset added in v0.221.0

func (x *Organisation) Reset()

func (*Organisation) String added in v0.221.0

func (x *Organisation) String() string

type OrganisationConfig added in v0.222.0

type OrganisationConfig struct {
	LabelDeciders     []*LabelDecider      `protobuf:"bytes,1,rep,name=label_deciders,json=labelDeciders,proto3" json:"label_deciders,omitempty"`
	ArtistTranslation []*ArtistTranslation `protobuf:"bytes,2,rep,name=artist_translation,json=artistTranslation,proto3" json:"artist_translation,omitempty"`
	Organisations     []*Organisation      `protobuf:"bytes,3,rep,name=organisations,proto3" json:"organisations,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganisationConfig) Descriptor deprecated added in v0.222.0

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

Deprecated: Use OrganisationConfig.ProtoReflect.Descriptor instead.

func (*OrganisationConfig) GetArtistTranslation added in v0.222.0

func (x *OrganisationConfig) GetArtistTranslation() []*ArtistTranslation

func (*OrganisationConfig) GetLabelDeciders added in v0.222.0

func (x *OrganisationConfig) GetLabelDeciders() []*LabelDecider

func (*OrganisationConfig) GetOrganisations added in v0.222.0

func (x *OrganisationConfig) GetOrganisations() []*Organisation

func (*OrganisationConfig) ProtoMessage added in v0.222.0

func (*OrganisationConfig) ProtoMessage()

func (*OrganisationConfig) ProtoReflect added in v0.222.0

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

func (*OrganisationConfig) Reset added in v0.222.0

func (x *OrganisationConfig) Reset()

func (*OrganisationConfig) String added in v0.222.0

func (x *OrganisationConfig) String() string

type OrganisationSnapshot added in v0.222.0

type OrganisationSnapshot struct {
	Date       int64        `protobuf:"varint,1,opt,name=date,proto3" json:"date,omitempty"`
	Placements []*Placement `protobuf:"bytes,2,rep,name=placements,proto3" json:"placements,omitempty"`
	Hash       string       `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	Name       string       `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganisationSnapshot) Descriptor deprecated added in v0.222.0

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

Deprecated: Use OrganisationSnapshot.ProtoReflect.Descriptor instead.

func (*OrganisationSnapshot) GetDate added in v0.222.0

func (x *OrganisationSnapshot) GetDate() int64

func (*OrganisationSnapshot) GetHash added in v0.229.0

func (x *OrganisationSnapshot) GetHash() string

func (*OrganisationSnapshot) GetName added in v0.231.0

func (x *OrganisationSnapshot) GetName() string

func (*OrganisationSnapshot) GetPlacements added in v0.222.0

func (x *OrganisationSnapshot) GetPlacements() []*Placement

func (*OrganisationSnapshot) ProtoMessage added in v0.222.0

func (*OrganisationSnapshot) ProtoMessage()

func (*OrganisationSnapshot) ProtoReflect added in v0.222.0

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

func (*OrganisationSnapshot) Reset added in v0.222.0

func (x *OrganisationSnapshot) Reset()

func (*OrganisationSnapshot) String added in v0.222.0

func (x *OrganisationSnapshot) String() string

type Placement added in v0.222.0

type Placement struct {
	Iid   int64  `protobuf:"varint,1,opt,name=iid,proto3" json:"iid,omitempty"`
	Unit  int32  `protobuf:"varint,2,opt,name=unit,proto3" json:"unit,omitempty"`
	Index int32  `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
	Space string `protobuf:"bytes,4,opt,name=space,proto3" json:"space,omitempty"`
	// contains filtered or unexported fields
}

func (*Placement) Descriptor deprecated added in v0.222.0

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

Deprecated: Use Placement.ProtoReflect.Descriptor instead.

func (*Placement) GetIid added in v0.222.0

func (x *Placement) GetIid() int64

func (*Placement) GetIndex added in v0.222.0

func (x *Placement) GetIndex() int32

func (*Placement) GetSpace added in v0.222.0

func (x *Placement) GetSpace() string

func (*Placement) GetUnit added in v0.222.0

func (x *Placement) GetUnit() int32

func (*Placement) ProtoMessage added in v0.222.0

func (*Placement) ProtoMessage()

func (*Placement) ProtoReflect added in v0.222.0

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

func (*Placement) Reset added in v0.222.0

func (x *Placement) Reset()

func (*Placement) String added in v0.222.0

func (x *Placement) String() string

type Queue added in v0.30.0

type Queue struct {
	Name     string          `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Elements []*QueueElement `protobuf:"bytes,2,rep,name=elements,proto3" json:"elements,omitempty"`
	// contains filtered or unexported fields
}

func (*Queue) Descriptor deprecated added in v0.30.0

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

Deprecated: Use Queue.ProtoReflect.Descriptor instead.

func (*Queue) GetElements added in v0.30.0

func (x *Queue) GetElements() []*QueueElement

func (*Queue) GetName added in v0.30.0

func (x *Queue) GetName() string

func (*Queue) ProtoMessage added in v0.30.0

func (*Queue) ProtoMessage()

func (*Queue) ProtoReflect added in v0.30.0

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

func (*Queue) Reset added in v0.30.0

func (x *Queue) Reset()

func (*Queue) String added in v0.30.0

func (x *Queue) String() string

type QueueElement added in v0.30.0

type QueueElement struct {
	RunDate          int64  `protobuf:"varint,1,opt,name=run_date,json=runDate,proto3" json:"run_date,omitempty"`
	Auth             string `protobuf:"bytes,2,opt,name=auth,proto3" json:"auth,omitempty"`
	BackoffInSeconds int32  `protobuf:"varint,3,opt,name=backoff_in_seconds,json=backoffInSeconds,proto3" json:"backoff_in_seconds,omitempty"`
	// Types that are assignable to Entry:
	//	*QueueElement_RefreshUser
	//	*QueueElement_RefreshCollection
	//	*QueueElement_RefreshIntents
	//	*QueueElement_RefreshUpdates
	//	*QueueElement_AddFolderUpdate
	//	*QueueElement_RefreshSales
	//	*QueueElement_LinkSales
	//	*QueueElement_RefreshWantlists
	//	*QueueElement_AddWant
	//	*QueueElement_RefreshWants
	//	*QueueElement_UpdateSale
	//	*QueueElement_MoveRecords
	//	*QueueElement_MoveRecord
	Entry     isQueueElement_Entry `protobuf_oneof:"entry"`
	RefreshId int64                `protobuf:"varint,7,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueElement) Descriptor deprecated added in v0.30.0

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

Deprecated: Use QueueElement.ProtoReflect.Descriptor instead.

func (*QueueElement) GetAddFolderUpdate added in v0.297.0

func (x *QueueElement) GetAddFolderUpdate() *AddFolderUpdate

func (*QueueElement) GetAddWant added in v0.304.0

func (x *QueueElement) GetAddWant() *AddWant

func (*QueueElement) GetAuth added in v0.77.0

func (x *QueueElement) GetAuth() string

func (*QueueElement) GetBackoffInSeconds added in v0.31.0

func (x *QueueElement) GetBackoffInSeconds() int32

func (*QueueElement) GetEntry added in v0.30.0

func (m *QueueElement) GetEntry() isQueueElement_Entry

func (*QueueElement) GetLinkSales added in v0.300.0

func (x *QueueElement) GetLinkSales() *LinkSales

func (*QueueElement) GetMoveRecord added in v0.318.0

func (x *QueueElement) GetMoveRecord() *MoveRecord

func (*QueueElement) GetMoveRecords added in v0.318.0

func (x *QueueElement) GetMoveRecords() *MoveRecords

func (*QueueElement) GetRefreshCollection added in v0.67.0

func (x *QueueElement) GetRefreshCollection() *RefreshCollectionEntry

func (*QueueElement) GetRefreshId added in v0.265.0

func (x *QueueElement) GetRefreshId() int64

func (*QueueElement) GetRefreshIntents added in v0.119.0

func (x *QueueElement) GetRefreshIntents() *RefreshIntents

func (*QueueElement) GetRefreshSales added in v0.300.0

func (x *QueueElement) GetRefreshSales() *RefreshSales

func (*QueueElement) GetRefreshUpdates added in v0.273.0

func (x *QueueElement) GetRefreshUpdates() *RefreshUpdates

func (*QueueElement) GetRefreshUser added in v0.30.0

func (x *QueueElement) GetRefreshUser() *RefreshUserEntry

func (*QueueElement) GetRefreshWantlists added in v0.304.0

func (x *QueueElement) GetRefreshWantlists() *RefreshWantlists

func (*QueueElement) GetRefreshWants added in v0.304.0

func (x *QueueElement) GetRefreshWants() *RefreshWants

func (*QueueElement) GetRunDate added in v0.30.0

func (x *QueueElement) GetRunDate() int64

func (*QueueElement) GetUpdateSale added in v0.317.0

func (x *QueueElement) GetUpdateSale() *UpdateSale

func (*QueueElement) ProtoMessage added in v0.30.0

func (*QueueElement) ProtoMessage()

func (*QueueElement) ProtoReflect added in v0.30.0

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

func (*QueueElement) Reset added in v0.30.0

func (x *QueueElement) Reset()

func (*QueueElement) String added in v0.30.0

func (x *QueueElement) String() string

type QueueElement_AddFolderUpdate added in v0.297.0

type QueueElement_AddFolderUpdate struct {
	AddFolderUpdate *AddFolderUpdate `protobuf:"bytes,9,opt,name=add_folder_update,json=addFolderUpdate,proto3,oneof"`
}

type QueueElement_AddWant added in v0.304.0

type QueueElement_AddWant struct {
	AddWant *AddWant `protobuf:"bytes,13,opt,name=add_want,json=addWant,proto3,oneof"`
}

type QueueElement_LinkSales added in v0.300.0

type QueueElement_LinkSales struct {
	LinkSales *LinkSales `protobuf:"bytes,11,opt,name=link_sales,json=linkSales,proto3,oneof"`
}

type QueueElement_MoveRecord added in v0.318.0

type QueueElement_MoveRecord struct {
	MoveRecord *MoveRecord `protobuf:"bytes,17,opt,name=move_record,json=moveRecord,proto3,oneof"`
}

type QueueElement_MoveRecords added in v0.318.0

type QueueElement_MoveRecords struct {
	MoveRecords *MoveRecords `protobuf:"bytes,16,opt,name=move_records,json=moveRecords,proto3,oneof"`
}

type QueueElement_RefreshCollection added in v0.67.0

type QueueElement_RefreshCollection struct {
	RefreshCollection *RefreshCollectionEntry `protobuf:"bytes,5,opt,name=refresh_collection,json=refreshCollection,proto3,oneof"`
}

type QueueElement_RefreshIntents added in v0.119.0

type QueueElement_RefreshIntents struct {
	RefreshIntents *RefreshIntents `protobuf:"bytes,6,opt,name=refresh_intents,json=refreshIntents,proto3,oneof"`
}

type QueueElement_RefreshSales added in v0.300.0

type QueueElement_RefreshSales struct {
	RefreshSales *RefreshSales `protobuf:"bytes,10,opt,name=refresh_sales,json=refreshSales,proto3,oneof"`
}

type QueueElement_RefreshUpdates added in v0.273.0

type QueueElement_RefreshUpdates struct {
	RefreshUpdates *RefreshUpdates `protobuf:"bytes,8,opt,name=refresh_updates,json=refreshUpdates,proto3,oneof"`
}

type QueueElement_RefreshUser added in v0.30.0

type QueueElement_RefreshUser struct {
	RefreshUser *RefreshUserEntry `protobuf:"bytes,4,opt,name=refresh_user,json=refreshUser,proto3,oneof"`
}

type QueueElement_RefreshWantlists added in v0.304.0

type QueueElement_RefreshWantlists struct {
	RefreshWantlists *RefreshWantlists `protobuf:"bytes,12,opt,name=refresh_wantlists,json=refreshWantlists,proto3,oneof"`
}

type QueueElement_RefreshWants added in v0.304.0

type QueueElement_RefreshWants struct {
	RefreshWants *RefreshWants `protobuf:"bytes,14,opt,name=refresh_wants,json=refreshWants,proto3,oneof"`
}

type QueueElement_UpdateSale added in v0.317.0

type QueueElement_UpdateSale struct {
	UpdateSale *UpdateSale `protobuf:"bytes,15,opt,name=update_sale,json=updateSale,proto3,oneof"`
}

type QueueServiceClient added in v0.31.0

type QueueServiceClient interface {
	Enqueue(ctx context.Context, in *EnqueueRequest, opts ...grpc.CallOption) (*EnqueueResponse, error)
	Execute(ctx context.Context, in *EnqueueRequest, opts ...grpc.CallOption) (*EnqueueResponse, error)
	List(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (*ListResponse, error)
}

QueueServiceClient is the client API for QueueService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewQueueServiceClient added in v0.31.0

func NewQueueServiceClient(cc grpc.ClientConnInterface) QueueServiceClient

type QueueServiceServer added in v0.31.0

type QueueServiceServer interface {
	Enqueue(context.Context, *EnqueueRequest) (*EnqueueResponse, error)
	Execute(context.Context, *EnqueueRequest) (*EnqueueResponse, error)
	List(context.Context, *ListRequest) (*ListResponse, error)
}

QueueServiceServer is the server API for QueueService service. All implementations should embed UnimplementedQueueServiceServer for forward compatibility

type Queues added in v0.30.0

type Queues struct {
	Queues []*Queue `protobuf:"bytes,1,rep,name=queues,proto3" json:"queues,omitempty"`
	// contains filtered or unexported fields
}

func (*Queues) Descriptor deprecated added in v0.30.0

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

Deprecated: Use Queues.ProtoReflect.Descriptor instead.

func (*Queues) GetQueues added in v0.30.0

func (x *Queues) GetQueues() []*Queue

func (*Queues) ProtoMessage added in v0.30.0

func (*Queues) ProtoMessage()

func (*Queues) ProtoReflect added in v0.30.0

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

func (*Queues) Reset added in v0.30.0

func (x *Queues) Reset()

func (*Queues) String added in v0.30.0

func (x *Queues) String() string

type Record added in v0.67.0

type Record struct {
	Release            *proto.Release       `protobuf:"bytes,1,opt,name=release,proto3" json:"release,omitempty"`
	LastUpdateTime     int64                `protobuf:"varint,2,opt,name=last_update_time,json=lastUpdateTime,proto3" json:"last_update_time,omitempty"`
	LastGoodConfigHash string               `protobuf:"bytes,3,opt,name=last_good_config_hash,json=lastGoodConfigHash,proto3" json:"last_good_config_hash,omitempty"`
	LastCleanTime      int64                `protobuf:"varint,4,opt,name=last_clean_time,json=lastCleanTime,proto3" json:"last_clean_time,omitempty"`
	LastListenTime     int64                `protobuf:"varint,7,opt,name=last_listen_time,json=lastListenTime,proto3" json:"last_listen_time,omitempty"`
	Weight             float32              `protobuf:"fixed32,10,opt,name=weight,proto3" json:"weight,omitempty"`
	Width              float32              `protobuf:"fixed32,9,opt,name=width,proto3" json:"width,omitempty"`
	NumPlays           int32                `protobuf:"varint,5,opt,name=num_plays,json=numPlays,proto3" json:"num_plays,omitempty"`
	Issues             []NoncomplianceIssue `protobuf:"varint,6,rep,packed,name=issues,proto3,enum=gramophile.NoncomplianceIssue" json:"issues,omitempty"`
	RefreshId          int64                `protobuf:"varint,11,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	Updates            []*RecordUpdate      `protobuf:"bytes,8,rep,name=updates,proto3" json:"updates,omitempty"`
	GoalFolder         string               `protobuf:"bytes,12,opt,name=goal_folder,json=goalFolder,proto3" json:"goal_folder,omitempty"`
	Sleeve             string               `protobuf:"bytes,13,opt,name=sleeve,proto3" json:"sleeve,omitempty"`
	Arrived            int64                `protobuf:"varint,14,opt,name=arrived,proto3" json:"arrived,omitempty"`
	MintSaleSuggestion float32              `protobuf:"fixed32,15,opt,name=mint_sale_suggestion,json=mintSaleSuggestion,proto3" json:"mint_sale_suggestion,omitempty"`
	SaleInfo           *SaleInfo            `protobuf:"bytes,16,opt,name=sale_info,json=saleInfo,proto3" json:"sale_info,omitempty"`
	KeepStatus         KeepStatus           `protobuf:"varint,17,opt,name=keep_status,json=keepStatus,proto3,enum=gramophile.KeepStatus" json:"keep_status,omitempty"`
	// contains filtered or unexported fields
}

func (*Record) Descriptor deprecated added in v0.67.0

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

Deprecated: Use Record.ProtoReflect.Descriptor instead.

func (*Record) GetArrived added in v0.276.0

func (x *Record) GetArrived() int64

func (*Record) GetGoalFolder added in v0.250.0

func (x *Record) GetGoalFolder() string

func (*Record) GetIssues added in v0.114.0

func (x *Record) GetIssues() []NoncomplianceIssue

func (*Record) GetKeepStatus added in v0.292.0

func (x *Record) GetKeepStatus() KeepStatus

func (*Record) GetLastCleanTime added in v0.114.0

func (x *Record) GetLastCleanTime() int64

func (*Record) GetLastGoodConfigHash added in v0.113.0

func (x *Record) GetLastGoodConfigHash() string

func (*Record) GetLastListenTime added in v0.191.0

func (x *Record) GetLastListenTime() int64

func (*Record) GetLastUpdateTime added in v0.67.0

func (x *Record) GetLastUpdateTime() int64

func (*Record) GetMintSaleSuggestion added in v0.289.0

func (x *Record) GetMintSaleSuggestion() float32

func (*Record) GetNumPlays added in v0.114.0

func (x *Record) GetNumPlays() int32

func (*Record) GetRefreshId added in v0.249.0

func (x *Record) GetRefreshId() int64

func (*Record) GetRelease added in v0.67.0

func (x *Record) GetRelease() *proto.Release

func (*Record) GetSaleInfo added in v0.289.0

func (x *Record) GetSaleInfo() *SaleInfo

func (*Record) GetSleeve added in v0.274.0

func (x *Record) GetSleeve() string

func (*Record) GetUpdates added in v0.213.0

func (x *Record) GetUpdates() []*RecordUpdate

func (*Record) GetWeight added in v0.239.0

func (x *Record) GetWeight() float32

func (*Record) GetWidth added in v0.215.0

func (x *Record) GetWidth() float32

func (*Record) ProtoMessage added in v0.67.0

func (*Record) ProtoMessage()

func (*Record) ProtoReflect added in v0.67.0

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

func (*Record) Reset added in v0.67.0

func (x *Record) Reset()

func (*Record) String added in v0.67.0

func (x *Record) String() string

type RecordUpdate added in v0.210.0

type RecordUpdate struct {
	Date        int64    `protobuf:"varint,1,opt,name=date,proto3" json:"date,omitempty"`
	Before      *Record  `protobuf:"bytes,2,opt,name=before,proto3" json:"before,omitempty"`
	After       *Record  `protobuf:"bytes,3,opt,name=after,proto3" json:"after,omitempty"`
	Metadata    string   `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Explanation []string `protobuf:"bytes,4,rep,name=explanation,proto3" json:"explanation,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordUpdate) Descriptor deprecated added in v0.210.0

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

Deprecated: Use RecordUpdate.ProtoReflect.Descriptor instead.

func (*RecordUpdate) GetAfter added in v0.210.0

func (x *RecordUpdate) GetAfter() *Record

func (*RecordUpdate) GetBefore added in v0.210.0

func (x *RecordUpdate) GetBefore() *Record

func (*RecordUpdate) GetDate added in v0.210.0

func (x *RecordUpdate) GetDate() int64

func (*RecordUpdate) GetExplanation added in v0.271.0

func (x *RecordUpdate) GetExplanation() []string

func (*RecordUpdate) GetMetadata added in v0.351.0

func (x *RecordUpdate) GetMetadata() string

func (*RecordUpdate) ProtoMessage added in v0.210.0

func (*RecordUpdate) ProtoMessage()

func (*RecordUpdate) ProtoReflect added in v0.210.0

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

func (*RecordUpdate) Reset added in v0.210.0

func (x *RecordUpdate) Reset()

func (*RecordUpdate) String added in v0.210.0

func (x *RecordUpdate) String() string

type RefreshCollectionEntry added in v0.67.0

type RefreshCollectionEntry struct {
	Page      int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	RefreshId int64 `protobuf:"varint,2,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshCollectionEntry) Descriptor deprecated added in v0.67.0

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

Deprecated: Use RefreshCollectionEntry.ProtoReflect.Descriptor instead.

func (*RefreshCollectionEntry) GetPage added in v0.67.0

func (x *RefreshCollectionEntry) GetPage() int32

func (*RefreshCollectionEntry) GetRefreshId added in v0.249.0

func (x *RefreshCollectionEntry) GetRefreshId() int64

func (*RefreshCollectionEntry) ProtoMessage added in v0.67.0

func (*RefreshCollectionEntry) ProtoMessage()

func (*RefreshCollectionEntry) ProtoReflect added in v0.67.0

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

func (*RefreshCollectionEntry) Reset added in v0.67.0

func (x *RefreshCollectionEntry) Reset()

func (*RefreshCollectionEntry) String added in v0.67.0

func (x *RefreshCollectionEntry) String() string

type RefreshIntents added in v0.119.0

type RefreshIntents struct {
	InstanceId int64 `protobuf:"varint,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshIntents) Descriptor deprecated added in v0.119.0

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

Deprecated: Use RefreshIntents.ProtoReflect.Descriptor instead.

func (*RefreshIntents) GetInstanceId added in v0.119.0

func (x *RefreshIntents) GetInstanceId() int64

func (*RefreshIntents) ProtoMessage added in v0.119.0

func (*RefreshIntents) ProtoMessage()

func (*RefreshIntents) ProtoReflect added in v0.119.0

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

func (*RefreshIntents) Reset added in v0.119.0

func (x *RefreshIntents) Reset()

func (*RefreshIntents) String added in v0.119.0

func (x *RefreshIntents) String() string

type RefreshSales added in v0.300.0

type RefreshSales struct {
	Page      int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	RefreshId int64 `protobuf:"varint,2,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshSales) Descriptor deprecated added in v0.300.0

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

Deprecated: Use RefreshSales.ProtoReflect.Descriptor instead.

func (*RefreshSales) GetPage added in v0.300.0

func (x *RefreshSales) GetPage() int32

func (*RefreshSales) GetRefreshId added in v0.300.0

func (x *RefreshSales) GetRefreshId() int64

func (*RefreshSales) ProtoMessage added in v0.300.0

func (*RefreshSales) ProtoMessage()

func (*RefreshSales) ProtoReflect added in v0.300.0

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

func (*RefreshSales) Reset added in v0.300.0

func (x *RefreshSales) Reset()

func (*RefreshSales) String added in v0.300.0

func (x *RefreshSales) String() string

type RefreshUpdates added in v0.273.0

type RefreshUpdates struct {
	// contains filtered or unexported fields
}

func (*RefreshUpdates) Descriptor deprecated added in v0.273.0

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

Deprecated: Use RefreshUpdates.ProtoReflect.Descriptor instead.

func (*RefreshUpdates) ProtoMessage added in v0.273.0

func (*RefreshUpdates) ProtoMessage()

func (*RefreshUpdates) ProtoReflect added in v0.273.0

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

func (*RefreshUpdates) Reset added in v0.273.0

func (x *RefreshUpdates) Reset()

func (*RefreshUpdates) String added in v0.273.0

func (x *RefreshUpdates) String() string

type RefreshUserEntry added in v0.30.0

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

func (*RefreshUserEntry) Descriptor deprecated added in v0.30.0

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

Deprecated: Use RefreshUserEntry.ProtoReflect.Descriptor instead.

func (*RefreshUserEntry) GetAuth added in v0.31.0

func (x *RefreshUserEntry) GetAuth() string

func (*RefreshUserEntry) ProtoMessage added in v0.30.0

func (*RefreshUserEntry) ProtoMessage()

func (*RefreshUserEntry) ProtoReflect added in v0.30.0

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

func (*RefreshUserEntry) Reset added in v0.30.0

func (x *RefreshUserEntry) Reset()

func (*RefreshUserEntry) String added in v0.30.0

func (x *RefreshUserEntry) String() string

type RefreshWantlists added in v0.304.0

type RefreshWantlists struct {
	// contains filtered or unexported fields
}

func (*RefreshWantlists) Descriptor deprecated added in v0.304.0

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

Deprecated: Use RefreshWantlists.ProtoReflect.Descriptor instead.

func (*RefreshWantlists) ProtoMessage added in v0.304.0

func (*RefreshWantlists) ProtoMessage()

func (*RefreshWantlists) ProtoReflect added in v0.304.0

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

func (*RefreshWantlists) Reset added in v0.304.0

func (x *RefreshWantlists) Reset()

func (*RefreshWantlists) String added in v0.304.0

func (x *RefreshWantlists) String() string

type RefreshWants added in v0.304.0

type RefreshWants struct {
	// contains filtered or unexported fields
}

func (*RefreshWants) Descriptor deprecated added in v0.304.0

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

Deprecated: Use RefreshWants.ProtoReflect.Descriptor instead.

func (*RefreshWants) ProtoMessage added in v0.304.0

func (*RefreshWants) ProtoMessage()

func (*RefreshWants) ProtoReflect added in v0.304.0

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

func (*RefreshWants) Reset added in v0.304.0

func (x *RefreshWants) Reset()

func (*RefreshWants) String added in v0.304.0

func (x *RefreshWants) String() string

type SaleConfig added in v0.289.0

type SaleConfig struct {
	Mandate                Mandate        `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	HandlePriceUpdates     Mandate        `` /* 142-byte string literal not displayed */
	UpdateFrequencySeconds int64          `` /* 130-byte string literal not displayed */
	UpdateType             SaleUpdateType `protobuf:"varint,4,opt,name=update_type,json=updateType,proto3,enum=gramophile.SaleUpdateType" json:"update_type,omitempty"`
	// contains filtered or unexported fields
}

Setting this mandate will enable gramophile to support sale tracking / adjustment

func (*SaleConfig) Descriptor deprecated added in v0.289.0

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

Deprecated: Use SaleConfig.ProtoReflect.Descriptor instead.

func (*SaleConfig) GetHandlePriceUpdates added in v0.317.0

func (x *SaleConfig) GetHandlePriceUpdates() Mandate

func (*SaleConfig) GetMandate added in v0.289.0

func (x *SaleConfig) GetMandate() Mandate

func (*SaleConfig) GetUpdateFrequencySeconds added in v0.317.0

func (x *SaleConfig) GetUpdateFrequencySeconds() int64

func (*SaleConfig) GetUpdateType added in v0.317.0

func (x *SaleConfig) GetUpdateType() SaleUpdateType

func (*SaleConfig) ProtoMessage added in v0.289.0

func (*SaleConfig) ProtoMessage()

func (*SaleConfig) ProtoReflect added in v0.289.0

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

func (*SaleConfig) Reset added in v0.289.0

func (x *SaleConfig) Reset()

func (*SaleConfig) String added in v0.289.0

func (x *SaleConfig) String() string

type SaleInfo added in v0.289.0

type SaleInfo struct {
	SaleId          int64            `protobuf:"varint,1,opt,name=sale_id,json=saleId,proto3" json:"sale_id,omitempty"`
	LastPriceUpdate int64            `protobuf:"varint,2,opt,name=last_price_update,json=lastPriceUpdate,proto3" json:"last_price_update,omitempty"`
	SaleState       proto.SaleStatus `protobuf:"varint,3,opt,name=sale_state,json=saleState,proto3,enum=discogs.SaleStatus" json:"sale_state,omitempty"`
	RefreshId       int64            `protobuf:"varint,4,opt,name=refresh_id,json=refreshId,proto3" json:"refresh_id,omitempty"`
	ReleaseId       int64            `protobuf:"varint,5,opt,name=release_id,json=releaseId,proto3" json:"release_id,omitempty"`
	CurrentPrice    *proto.Price     `protobuf:"bytes,6,opt,name=currentPrice,proto3" json:"currentPrice,omitempty"`
	// contains filtered or unexported fields
}

func (*SaleInfo) Descriptor deprecated added in v0.289.0

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

Deprecated: Use SaleInfo.ProtoReflect.Descriptor instead.

func (*SaleInfo) GetCurrentPrice added in v0.303.0

func (x *SaleInfo) GetCurrentPrice() *proto.Price

func (*SaleInfo) GetLastPriceUpdate added in v0.289.0

func (x *SaleInfo) GetLastPriceUpdate() int64

func (*SaleInfo) GetRefreshId added in v0.300.0

func (x *SaleInfo) GetRefreshId() int64

func (*SaleInfo) GetReleaseId added in v0.300.0

func (x *SaleInfo) GetReleaseId() int64

func (*SaleInfo) GetSaleId added in v0.300.0

func (x *SaleInfo) GetSaleId() int64

func (*SaleInfo) GetSaleState added in v0.289.0

func (x *SaleInfo) GetSaleState() proto.SaleStatus

func (*SaleInfo) ProtoMessage added in v0.289.0

func (*SaleInfo) ProtoMessage()

func (*SaleInfo) ProtoReflect added in v0.289.0

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

func (*SaleInfo) Reset added in v0.289.0

func (x *SaleInfo) Reset()

func (*SaleInfo) String added in v0.289.0

func (x *SaleInfo) String() string

type SaleUpdateType added in v0.317.0

type SaleUpdateType int32
const (
	SaleUpdateType_SALE_UPDATE_UNKNOWN SaleUpdateType = 0
	SaleUpdateType_MINIMAL_REDUCE      SaleUpdateType = 1
)

func (SaleUpdateType) Descriptor added in v0.317.0

func (SaleUpdateType) Enum added in v0.317.0

func (x SaleUpdateType) Enum() *SaleUpdateType

func (SaleUpdateType) EnumDescriptor deprecated added in v0.317.0

func (SaleUpdateType) EnumDescriptor() ([]byte, []int)

Deprecated: Use SaleUpdateType.Descriptor instead.

func (SaleUpdateType) Number added in v0.317.0

func (SaleUpdateType) String added in v0.317.0

func (x SaleUpdateType) String() string

func (SaleUpdateType) Type added in v0.317.0

type SetConfigRequest added in v0.116.0

type SetConfigRequest struct {
	Config *GramophileConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*SetConfigRequest) Descriptor deprecated added in v0.116.0

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

Deprecated: Use SetConfigRequest.ProtoReflect.Descriptor instead.

func (*SetConfigRequest) GetConfig added in v0.116.0

func (x *SetConfigRequest) GetConfig() *GramophileConfig

func (*SetConfigRequest) ProtoMessage added in v0.116.0

func (*SetConfigRequest) ProtoMessage()

func (*SetConfigRequest) ProtoReflect added in v0.116.0

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

func (*SetConfigRequest) Reset added in v0.116.0

func (x *SetConfigRequest) Reset()

func (*SetConfigRequest) String added in v0.116.0

func (x *SetConfigRequest) String() string

type SetConfigResponse added in v0.116.0

type SetConfigResponse struct {
	// contains filtered or unexported fields
}

func (*SetConfigResponse) Descriptor deprecated added in v0.116.0

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

Deprecated: Use SetConfigResponse.ProtoReflect.Descriptor instead.

func (*SetConfigResponse) ProtoMessage added in v0.116.0

func (*SetConfigResponse) ProtoMessage()

func (*SetConfigResponse) ProtoReflect added in v0.116.0

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

func (*SetConfigResponse) Reset added in v0.116.0

func (x *SetConfigResponse) Reset()

func (*SetConfigResponse) String added in v0.116.0

func (x *SetConfigResponse) String() string

type SetIntentRequest added in v0.120.0

type SetIntentRequest struct {
	InstanceId int64   `protobuf:"varint,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Intent     *Intent `protobuf:"bytes,2,opt,name=intent,proto3" json:"intent,omitempty"`
	// contains filtered or unexported fields
}

func (*SetIntentRequest) Descriptor deprecated added in v0.120.0

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

Deprecated: Use SetIntentRequest.ProtoReflect.Descriptor instead.

func (*SetIntentRequest) GetInstanceId added in v0.120.0

func (x *SetIntentRequest) GetInstanceId() int64

func (*SetIntentRequest) GetIntent added in v0.120.0

func (x *SetIntentRequest) GetIntent() *Intent

func (*SetIntentRequest) ProtoMessage added in v0.120.0

func (*SetIntentRequest) ProtoMessage()

func (*SetIntentRequest) ProtoReflect added in v0.120.0

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

func (*SetIntentRequest) Reset added in v0.120.0

func (x *SetIntentRequest) Reset()

func (*SetIntentRequest) String added in v0.120.0

func (x *SetIntentRequest) String() string

type SetIntentResponse added in v0.120.0

type SetIntentResponse struct {
	// contains filtered or unexported fields
}

func (*SetIntentResponse) Descriptor deprecated added in v0.120.0

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

Deprecated: Use SetIntentResponse.ProtoReflect.Descriptor instead.

func (*SetIntentResponse) ProtoMessage added in v0.120.0

func (*SetIntentResponse) ProtoMessage()

func (*SetIntentResponse) ProtoReflect added in v0.120.0

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

func (*SetIntentResponse) Reset added in v0.120.0

func (x *SetIntentResponse) Reset()

func (*SetIntentResponse) String added in v0.120.0

func (x *SetIntentResponse) String() string

type SetOrgSnapshotRequest added in v0.231.0

type SetOrgSnapshotRequest struct {
	OrgName string `protobuf:"bytes,1,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	Date    int64  `protobuf:"varint,2,opt,name=date,proto3" json:"date,omitempty"`
	Name    string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SetOrgSnapshotRequest) Descriptor deprecated added in v0.231.0

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

Deprecated: Use SetOrgSnapshotRequest.ProtoReflect.Descriptor instead.

func (*SetOrgSnapshotRequest) GetDate added in v0.231.0

func (x *SetOrgSnapshotRequest) GetDate() int64

func (*SetOrgSnapshotRequest) GetName added in v0.231.0

func (x *SetOrgSnapshotRequest) GetName() string

func (*SetOrgSnapshotRequest) GetOrgName added in v0.231.0

func (x *SetOrgSnapshotRequest) GetOrgName() string

func (*SetOrgSnapshotRequest) ProtoMessage added in v0.231.0

func (*SetOrgSnapshotRequest) ProtoMessage()

func (*SetOrgSnapshotRequest) ProtoReflect added in v0.231.0

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

func (*SetOrgSnapshotRequest) Reset added in v0.231.0

func (x *SetOrgSnapshotRequest) Reset()

func (*SetOrgSnapshotRequest) String added in v0.231.0

func (x *SetOrgSnapshotRequest) String() string

type SetOrgSnapshotResponse added in v0.231.0

type SetOrgSnapshotResponse struct {
	// contains filtered or unexported fields
}

func (*SetOrgSnapshotResponse) Descriptor deprecated added in v0.231.0

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

Deprecated: Use SetOrgSnapshotResponse.ProtoReflect.Descriptor instead.

func (*SetOrgSnapshotResponse) ProtoMessage added in v0.231.0

func (*SetOrgSnapshotResponse) ProtoMessage()

func (*SetOrgSnapshotResponse) ProtoReflect added in v0.231.0

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

func (*SetOrgSnapshotResponse) Reset added in v0.231.0

func (x *SetOrgSnapshotResponse) Reset()

func (*SetOrgSnapshotResponse) String added in v0.231.0

func (x *SetOrgSnapshotResponse) String() string

type Sleeve added in v0.274.0

type Sleeve struct {
	Name            string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	WidthMultiplier float32 `protobuf:"fixed32,2,opt,name=width_multiplier,json=widthMultiplier,proto3" json:"width_multiplier,omitempty"`
	// contains filtered or unexported fields
}

func (*Sleeve) Descriptor deprecated added in v0.274.0

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

Deprecated: Use Sleeve.ProtoReflect.Descriptor instead.

func (*Sleeve) GetName added in v0.274.0

func (x *Sleeve) GetName() string

func (*Sleeve) GetWidthMultiplier added in v0.274.0

func (x *Sleeve) GetWidthMultiplier() float32

func (*Sleeve) ProtoMessage added in v0.274.0

func (*Sleeve) ProtoMessage()

func (*Sleeve) ProtoReflect added in v0.274.0

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

func (*Sleeve) Reset added in v0.274.0

func (x *Sleeve) Reset()

func (*Sleeve) String added in v0.274.0

func (x *Sleeve) String() string

type SleeveConfig added in v0.274.0

type SleeveConfig struct {
	Mandate        Mandate   `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	AllowedSleeves []*Sleeve `protobuf:"bytes,2,rep,name=allowed_sleeves,json=allowedSleeves,proto3" json:"allowed_sleeves,omitempty"`
	// contains filtered or unexported fields
}

func (*SleeveConfig) Descriptor deprecated added in v0.274.0

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

Deprecated: Use SleeveConfig.ProtoReflect.Descriptor instead.

func (*SleeveConfig) GetAllowedSleeves added in v0.274.0

func (x *SleeveConfig) GetAllowedSleeves() []*Sleeve

func (*SleeveConfig) GetMandate added in v0.274.0

func (x *SleeveConfig) GetMandate() Mandate

func (*SleeveConfig) ProtoMessage added in v0.274.0

func (*SleeveConfig) ProtoMessage()

func (*SleeveConfig) ProtoReflect added in v0.274.0

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

func (*SleeveConfig) Reset added in v0.274.0

func (x *SleeveConfig) Reset()

func (*SleeveConfig) String added in v0.274.0

func (x *SleeveConfig) String() string

type SnapshotDiff added in v0.230.0

type SnapshotDiff struct {
	Moves []*Move `protobuf:"bytes,1,rep,name=moves,proto3" json:"moves,omitempty"`
	// contains filtered or unexported fields
}

func (*SnapshotDiff) Descriptor deprecated added in v0.230.0

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

Deprecated: Use SnapshotDiff.ProtoReflect.Descriptor instead.

func (*SnapshotDiff) GetMoves added in v0.230.0

func (x *SnapshotDiff) GetMoves() []*Move

func (*SnapshotDiff) ProtoMessage added in v0.230.0

func (*SnapshotDiff) ProtoMessage()

func (*SnapshotDiff) ProtoReflect added in v0.230.0

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

func (*SnapshotDiff) Reset added in v0.230.0

func (x *SnapshotDiff) Reset()

func (*SnapshotDiff) String added in v0.230.0

func (x *SnapshotDiff) String() string

type Sort added in v0.221.0

type Sort int32
const (
	Sort_ARTIST_YEAR Sort = 0
	Sort_LABEL_CATNO Sort = 1
)

func (Sort) Descriptor added in v0.221.0

func (Sort) Descriptor() protoreflect.EnumDescriptor

func (Sort) Enum added in v0.221.0

func (x Sort) Enum() *Sort

func (Sort) EnumDescriptor deprecated added in v0.221.0

func (Sort) EnumDescriptor() ([]byte, []int)

Deprecated: Use Sort.Descriptor instead.

func (Sort) Number added in v0.221.0

func (x Sort) Number() protoreflect.EnumNumber

func (Sort) String added in v0.221.0

func (x Sort) String() string

func (Sort) Type added in v0.221.0

func (Sort) Type() protoreflect.EnumType

type Space added in v0.221.0

type Space struct {
	Name  string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Index int32  `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Units int32  `protobuf:"varint,2,opt,name=units,proto3" json:"units,omitempty"`
	// Effective one_of
	RecordsWidth int32   `protobuf:"varint,3,opt,name=records_width,json=recordsWidth,proto3" json:"records_width,omitempty"`
	DisksWidth   int32   `protobuf:"varint,4,opt,name=disks_width,json=disksWidth,proto3" json:"disks_width,omitempty"`
	Width        float32 `protobuf:"fixed32,5,opt,name=width,proto3" json:"width,omitempty"`
	Layout       Layout  `protobuf:"varint,7,opt,name=layout,proto3,enum=gramophile.Layout" json:"layout,omitempty"`
	// contains filtered or unexported fields
}

func (*Space) Descriptor deprecated added in v0.221.0

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

Deprecated: Use Space.ProtoReflect.Descriptor instead.

func (*Space) GetDisksWidth added in v0.221.0

func (x *Space) GetDisksWidth() int32

func (*Space) GetIndex added in v0.221.0

func (x *Space) GetIndex() int32

func (*Space) GetLayout added in v0.228.0

func (x *Space) GetLayout() Layout

func (*Space) GetName added in v0.222.0

func (x *Space) GetName() string

func (*Space) GetRecordsWidth added in v0.221.0

func (x *Space) GetRecordsWidth() int32

func (*Space) GetUnits added in v0.221.0

func (x *Space) GetUnits() int32

func (*Space) GetWidth added in v0.221.0

func (x *Space) GetWidth() float32

func (*Space) ProtoMessage added in v0.221.0

func (*Space) ProtoMessage()

func (*Space) ProtoReflect added in v0.221.0

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

func (*Space) Reset added in v0.221.0

func (x *Space) Reset()

func (*Space) String added in v0.221.0

func (x *Space) String() string

type StoredUser added in v0.9.0

type StoredUser struct {
	Auth                  *GramophileAuth   `protobuf:"bytes,1,opt,name=auth,proto3" json:"auth,omitempty"`
	User                  *proto.User       `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	UserToken             string            `protobuf:"bytes,3,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	UserSecret            string            `protobuf:"bytes,4,opt,name=user_secret,json=userSecret,proto3" json:"user_secret,omitempty"`
	LastRefreshTime       int64             `protobuf:"varint,5,opt,name=last_refresh_time,json=lastRefreshTime,proto3" json:"last_refresh_time,omitempty"`
	LastCollectionRefresh int64             `` /* 127-byte string literal not displayed */
	LastConfigUpdate      int64             `protobuf:"varint,7,opt,name=last_config_update,json=lastConfigUpdate,proto3" json:"last_config_update,omitempty"`
	LastSaleRefresh       int64             `protobuf:"varint,11,opt,name=last_sale_refresh,json=lastSaleRefresh,proto3" json:"last_sale_refresh,omitempty"`
	Config                *GramophileConfig `protobuf:"bytes,8,opt,name=config,proto3" json:"config,omitempty"`
	Folders               []*proto.Folder   `protobuf:"bytes,9,rep,name=folders,proto3" json:"folders,omitempty"`
	Moves                 []*FolderMove     `protobuf:"bytes,10,rep,name=moves,proto3" json:"moves,omitempty"`
	// contains filtered or unexported fields
}

func (*StoredUser) Descriptor deprecated added in v0.9.0

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

Deprecated: Use StoredUser.ProtoReflect.Descriptor instead.

func (*StoredUser) GetAuth added in v0.9.0

func (x *StoredUser) GetAuth() *GramophileAuth

func (*StoredUser) GetConfig added in v0.112.0

func (x *StoredUser) GetConfig() *GramophileConfig

func (*StoredUser) GetFolders added in v0.252.0

func (x *StoredUser) GetFolders() []*proto.Folder

func (*StoredUser) GetLastCollectionRefresh added in v0.67.0

func (x *StoredUser) GetLastCollectionRefresh() int64

func (*StoredUser) GetLastConfigUpdate added in v0.112.0

func (x *StoredUser) GetLastConfigUpdate() int64

func (*StoredUser) GetLastRefreshTime added in v0.31.0

func (x *StoredUser) GetLastRefreshTime() int64

func (*StoredUser) GetLastSaleRefresh added in v0.300.0

func (x *StoredUser) GetLastSaleRefresh() int64

func (*StoredUser) GetMoves added in v0.299.0

func (x *StoredUser) GetMoves() []*FolderMove

func (*StoredUser) GetUser added in v0.9.0

func (x *StoredUser) GetUser() *proto.User

func (*StoredUser) GetUserSecret added in v0.9.0

func (x *StoredUser) GetUserSecret() string

func (*StoredUser) GetUserToken added in v0.9.0

func (x *StoredUser) GetUserToken() string

func (*StoredUser) ProtoMessage added in v0.9.0

func (*StoredUser) ProtoMessage()

func (*StoredUser) ProtoReflect added in v0.9.0

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

func (*StoredUser) Reset added in v0.9.0

func (x *StoredUser) Reset()

func (*StoredUser) String added in v0.9.0

func (x *StoredUser) String() string

type UnimplementedGramophileEServiceServer

type UnimplementedGramophileEServiceServer struct {
}

UnimplementedGramophileEServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedGramophileEServiceServer) AddWant added in v0.288.0

func (UnimplementedGramophileEServiceServer) AddWantlist added in v0.282.0

func (UnimplementedGramophileEServiceServer) DeleteWant added in v0.294.0

func (UnimplementedGramophileEServiceServer) GetLogin added in v0.9.0

func (UnimplementedGramophileEServiceServer) GetOrg added in v0.222.0

func (UnimplementedGramophileEServiceServer) GetRecord added in v0.175.0

func (UnimplementedGramophileEServiceServer) GetState added in v0.61.0

func (UnimplementedGramophileEServiceServer) GetURL

func (UnimplementedGramophileEServiceServer) GetUser added in v0.36.0

func (UnimplementedGramophileEServiceServer) GetWantlist added in v0.282.0

func (UnimplementedGramophileEServiceServer) GetWants added in v0.288.0

func (UnimplementedGramophileEServiceServer) SetConfig added in v0.116.0

func (UnimplementedGramophileEServiceServer) SetIntent added in v0.120.0

func (UnimplementedGramophileEServiceServer) SetOrgSnapshot added in v0.231.0

func (UnimplementedGramophileEServiceServer) UpdateWantlist added in v0.293.0

type UnimplementedGramophileServiceServer added in v0.19.0

type UnimplementedGramophileServiceServer struct {
}

UnimplementedGramophileServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedGramophileServiceServer) Clean added in v0.156.0

func (UnimplementedGramophileServiceServer) DeleteUser added in v0.61.0

func (UnimplementedGramophileServiceServer) GetUsers added in v0.61.0

type UnimplementedQueueServiceServer added in v0.31.0

type UnimplementedQueueServiceServer struct {
}

UnimplementedQueueServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedQueueServiceServer) Enqueue added in v0.67.0

func (UnimplementedQueueServiceServer) Execute added in v0.31.0

func (UnimplementedQueueServiceServer) List added in v0.158.0

type UnsafeGramophileEServiceServer

type UnsafeGramophileEServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeGramophileEServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GramophileEServiceServer will result in compilation errors.

type UnsafeGramophileServiceServer added in v0.19.0

type UnsafeGramophileServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeGramophileServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GramophileServiceServer will result in compilation errors.

type UnsafeQueueServiceServer added in v0.31.0

type UnsafeQueueServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeQueueServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueueServiceServer will result in compilation errors.

type UpdateSale added in v0.317.0

type UpdateSale struct {
	SaleId   int64 `protobuf:"varint,1,opt,name=sale_id,json=saleId,proto3" json:"sale_id,omitempty"`
	NewPrice int32 `protobuf:"varint,2,opt,name=new_price,json=newPrice,proto3" json:"new_price,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSale) Descriptor deprecated added in v0.317.0

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

Deprecated: Use UpdateSale.ProtoReflect.Descriptor instead.

func (*UpdateSale) GetNewPrice added in v0.324.0

func (x *UpdateSale) GetNewPrice() int32

func (*UpdateSale) GetSaleId added in v0.317.0

func (x *UpdateSale) GetSaleId() int64

func (*UpdateSale) ProtoMessage added in v0.317.0

func (*UpdateSale) ProtoMessage()

func (*UpdateSale) ProtoReflect added in v0.317.0

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

func (*UpdateSale) Reset added in v0.317.0

func (x *UpdateSale) Reset()

func (*UpdateSale) String added in v0.317.0

func (x *UpdateSale) String() string

type UpdateWantlistRequest added in v0.293.0

type UpdateWantlistRequest struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	AddId    int64  `protobuf:"varint,2,opt,name=add_id,json=addId,proto3" json:"add_id,omitempty"`
	DeleteId int64  `protobuf:"varint,3,opt,name=delete_id,json=deleteId,proto3" json:"delete_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateWantlistRequest) Descriptor deprecated added in v0.293.0

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

Deprecated: Use UpdateWantlistRequest.ProtoReflect.Descriptor instead.

func (*UpdateWantlistRequest) GetAddId added in v0.293.0

func (x *UpdateWantlistRequest) GetAddId() int64

func (*UpdateWantlistRequest) GetDeleteId added in v0.297.0

func (x *UpdateWantlistRequest) GetDeleteId() int64

func (*UpdateWantlistRequest) GetName added in v0.293.0

func (x *UpdateWantlistRequest) GetName() string

func (*UpdateWantlistRequest) ProtoMessage added in v0.293.0

func (*UpdateWantlistRequest) ProtoMessage()

func (*UpdateWantlistRequest) ProtoReflect added in v0.293.0

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

func (*UpdateWantlistRequest) Reset added in v0.293.0

func (x *UpdateWantlistRequest) Reset()

func (*UpdateWantlistRequest) String added in v0.293.0

func (x *UpdateWantlistRequest) String() string

type UpdateWantlistResponse added in v0.293.0

type UpdateWantlistResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateWantlistResponse) Descriptor deprecated added in v0.293.0

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

Deprecated: Use UpdateWantlistResponse.ProtoReflect.Descriptor instead.

func (*UpdateWantlistResponse) ProtoMessage added in v0.293.0

func (*UpdateWantlistResponse) ProtoMessage()

func (*UpdateWantlistResponse) ProtoReflect added in v0.293.0

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

func (*UpdateWantlistResponse) Reset added in v0.293.0

func (x *UpdateWantlistResponse) Reset()

func (*UpdateWantlistResponse) String added in v0.293.0

func (x *UpdateWantlistResponse) String() string

type UserLoginAttempt added in v0.9.0

type UserLoginAttempt struct {
	RequestToken string `protobuf:"bytes,1,opt,name=RequestToken,proto3" json:"RequestToken,omitempty"`
	Secret       string `protobuf:"bytes,2,opt,name=Secret,proto3" json:"Secret,omitempty"`
	DateAdded    int64  `protobuf:"varint,3,opt,name=DateAdded,proto3" json:"DateAdded,omitempty"`
	UserToken    string `protobuf:"bytes,4,opt,name=user_token,json=userToken,proto3" json:"user_token,omitempty"`
	UserSecret   string `protobuf:"bytes,5,opt,name=user_secret,json=userSecret,proto3" json:"user_secret,omitempty"`
	// contains filtered or unexported fields
}

func (*UserLoginAttempt) Descriptor deprecated added in v0.9.0

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

Deprecated: Use UserLoginAttempt.ProtoReflect.Descriptor instead.

func (*UserLoginAttempt) GetDateAdded added in v0.9.0

func (x *UserLoginAttempt) GetDateAdded() int64

func (*UserLoginAttempt) GetRequestToken added in v0.9.0

func (x *UserLoginAttempt) GetRequestToken() string

func (*UserLoginAttempt) GetSecret added in v0.9.0

func (x *UserLoginAttempt) GetSecret() string

func (*UserLoginAttempt) GetUserSecret added in v0.9.0

func (x *UserLoginAttempt) GetUserSecret() string

func (*UserLoginAttempt) GetUserToken added in v0.9.0

func (x *UserLoginAttempt) GetUserToken() string

func (*UserLoginAttempt) ProtoMessage added in v0.9.0

func (*UserLoginAttempt) ProtoMessage()

func (*UserLoginAttempt) ProtoReflect added in v0.9.0

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

func (*UserLoginAttempt) Reset added in v0.9.0

func (x *UserLoginAttempt) Reset()

func (*UserLoginAttempt) String added in v0.9.0

func (x *UserLoginAttempt) String() string

type UserLoginAttempts added in v0.9.0

type UserLoginAttempts struct {
	Attempts []*UserLoginAttempt `protobuf:"bytes,1,rep,name=attempts,proto3" json:"attempts,omitempty"`
	// contains filtered or unexported fields
}

func (*UserLoginAttempts) Descriptor deprecated added in v0.9.0

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

Deprecated: Use UserLoginAttempts.ProtoReflect.Descriptor instead.

func (*UserLoginAttempts) GetAttempts added in v0.9.0

func (x *UserLoginAttempts) GetAttempts() []*UserLoginAttempt

func (*UserLoginAttempts) ProtoMessage added in v0.9.0

func (*UserLoginAttempts) ProtoMessage()

func (*UserLoginAttempts) ProtoReflect added in v0.9.0

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

func (*UserLoginAttempts) Reset added in v0.9.0

func (x *UserLoginAttempts) Reset()

func (*UserLoginAttempts) String added in v0.9.0

func (x *UserLoginAttempts) String() string

type Want added in v0.281.0

type Want struct {
	Id            int64     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	WantAddedDate int64     `protobuf:"varint,2,opt,name=want_added_date,json=wantAddedDate,proto3" json:"want_added_date,omitempty"`
	State         WantState `protobuf:"varint,3,opt,name=state,proto3,enum=gramophile.WantState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*Want) Descriptor deprecated added in v0.281.0

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

Deprecated: Use Want.ProtoReflect.Descriptor instead.

func (*Want) GetId added in v0.281.0

func (x *Want) GetId() int64

func (*Want) GetState added in v0.281.0

func (x *Want) GetState() WantState

func (*Want) GetWantAddedDate added in v0.281.0

func (x *Want) GetWantAddedDate() int64

func (*Want) ProtoMessage added in v0.281.0

func (*Want) ProtoMessage()

func (*Want) ProtoReflect added in v0.281.0

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

func (*Want) Reset added in v0.281.0

func (x *Want) Reset()

func (*Want) String added in v0.281.0

func (x *Want) String() string

type WantState added in v0.281.0

type WantState int32
const (
	WantState_PENDING   WantState = 0
	WantState_RETIRED   WantState = 1
	WantState_PURCHASED WantState = 2
	WantState_WANTED    WantState = 3
)

func (WantState) Descriptor added in v0.281.0

func (WantState) Descriptor() protoreflect.EnumDescriptor

func (WantState) Enum added in v0.281.0

func (x WantState) Enum() *WantState

func (WantState) EnumDescriptor deprecated added in v0.281.0

func (WantState) EnumDescriptor() ([]byte, []int)

Deprecated: Use WantState.Descriptor instead.

func (WantState) Number added in v0.281.0

func (x WantState) Number() protoreflect.EnumNumber

func (WantState) String added in v0.281.0

func (x WantState) String() string

func (WantState) Type added in v0.281.0

type Wantlist added in v0.281.0

type Wantlist struct {
	Name      string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	StartDate int64            `protobuf:"varint,2,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	EndDate   int64            `protobuf:"varint,3,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	Type      WantlistType     `protobuf:"varint,4,opt,name=type,proto3,enum=gramophile.WantlistType" json:"type,omitempty"`
	Entries   []*WantlistEntry `protobuf:"bytes,5,rep,name=entries,proto3" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

func (*Wantlist) Descriptor deprecated added in v0.281.0

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

Deprecated: Use Wantlist.ProtoReflect.Descriptor instead.

func (*Wantlist) GetEndDate added in v0.281.0

func (x *Wantlist) GetEndDate() int64

func (*Wantlist) GetEntries added in v0.281.0

func (x *Wantlist) GetEntries() []*WantlistEntry

func (*Wantlist) GetName added in v0.281.0

func (x *Wantlist) GetName() string

func (*Wantlist) GetStartDate added in v0.281.0

func (x *Wantlist) GetStartDate() int64

func (*Wantlist) GetType added in v0.281.0

func (x *Wantlist) GetType() WantlistType

func (*Wantlist) ProtoMessage added in v0.281.0

func (*Wantlist) ProtoMessage()

func (*Wantlist) ProtoReflect added in v0.281.0

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

func (*Wantlist) Reset added in v0.281.0

func (x *Wantlist) Reset()

func (*Wantlist) String added in v0.281.0

func (x *Wantlist) String() string

type WantlistEntry added in v0.281.0

type WantlistEntry struct {
	Id     int64     `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Artist string    `protobuf:"bytes,2,opt,name=artist,proto3" json:"artist,omitempty"`
	Title  string    `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Index  int32     `protobuf:"varint,4,opt,name=index,proto3" json:"index,omitempty"`
	State  WantState `protobuf:"varint,5,opt,name=state,proto3,enum=gramophile.WantState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*WantlistEntry) Descriptor deprecated added in v0.281.0

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

Deprecated: Use WantlistEntry.ProtoReflect.Descriptor instead.

func (*WantlistEntry) GetArtist added in v0.281.0

func (x *WantlistEntry) GetArtist() string

func (*WantlistEntry) GetId added in v0.281.0

func (x *WantlistEntry) GetId() int64

func (*WantlistEntry) GetIndex added in v0.293.0

func (x *WantlistEntry) GetIndex() int32

func (*WantlistEntry) GetState added in v0.304.0

func (x *WantlistEntry) GetState() WantState

func (*WantlistEntry) GetTitle added in v0.281.0

func (x *WantlistEntry) GetTitle() string

func (*WantlistEntry) ProtoMessage added in v0.281.0

func (*WantlistEntry) ProtoMessage()

func (*WantlistEntry) ProtoReflect added in v0.281.0

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

func (*WantlistEntry) Reset added in v0.281.0

func (x *WantlistEntry) Reset()

func (*WantlistEntry) String added in v0.281.0

func (x *WantlistEntry) String() string

type WantlistType added in v0.281.0

type WantlistType int32
const (
	WantlistType_EN_MASSE     WantlistType = 0
	WantlistType_ONE_BY_ONE   WantlistType = 1
	WantlistType_DATE_BOUNDED WantlistType = 2
)

func (WantlistType) Descriptor added in v0.281.0

func (WantlistType) Enum added in v0.281.0

func (x WantlistType) Enum() *WantlistType

func (WantlistType) EnumDescriptor deprecated added in v0.281.0

func (WantlistType) EnumDescriptor() ([]byte, []int)

Deprecated: Use WantlistType.Descriptor instead.

func (WantlistType) Number added in v0.281.0

func (WantlistType) String added in v0.281.0

func (x WantlistType) String() string

func (WantlistType) Type added in v0.281.0

type WeightConfig added in v0.239.0

type WeightConfig struct {
	Mandate Mandate `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	// contains filtered or unexported fields
}

func (*WeightConfig) Descriptor deprecated added in v0.239.0

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

Deprecated: Use WeightConfig.ProtoReflect.Descriptor instead.

func (*WeightConfig) GetMandate added in v0.239.0

func (x *WeightConfig) GetMandate() Mandate

func (*WeightConfig) ProtoMessage added in v0.239.0

func (*WeightConfig) ProtoMessage()

func (*WeightConfig) ProtoReflect added in v0.239.0

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

func (*WeightConfig) Reset added in v0.239.0

func (x *WeightConfig) Reset()

func (*WeightConfig) String added in v0.239.0

func (x *WeightConfig) String() string

type WidthConfig added in v0.214.0

type WidthConfig struct {
	Mandate Mandate `protobuf:"varint,1,opt,name=mandate,proto3,enum=gramophile.Mandate" json:"mandate,omitempty"`
	// contains filtered or unexported fields
}

func (*WidthConfig) Descriptor deprecated added in v0.214.0

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

Deprecated: Use WidthConfig.ProtoReflect.Descriptor instead.

func (*WidthConfig) GetMandate added in v0.214.0

func (x *WidthConfig) GetMandate() Mandate

func (*WidthConfig) ProtoMessage added in v0.214.0

func (*WidthConfig) ProtoMessage()

func (*WidthConfig) ProtoReflect added in v0.214.0

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

func (*WidthConfig) Reset added in v0.214.0

func (x *WidthConfig) Reset()

func (*WidthConfig) String added in v0.214.0

func (x *WidthConfig) String() string

Jump to

Keyboard shortcuts

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