message

package
v1.0.11 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateFeedBackMessage added in v1.0.11

type CreateFeedBackMessage struct {
	FeedbackType string `protobuf:"bytes,1,opt,name=feedbackType,proto3" json:"feedbackType,omitempty"`
	UserId       string `protobuf:"bytes,2,opt,name=userId,proto3" json:"userId,omitempty"`
	ItemId       string `protobuf:"bytes,3,opt,name=itemId,proto3" json:"itemId,omitempty"`
}

type CreateItemMessage added in v1.0.11

type CreateItemMessage struct {
	ItemId   string   `protobuf:"bytes,1,opt,name=itemId,proto3" json:"itemId,omitempty"`
	IsHidden bool     `protobuf:"varint,2,opt,name=isHidden,proto3" json:"isHidden,omitempty"`
	Labels   []string `protobuf:"bytes,3,rep,name=labels,proto3" json:"labels,omitempty"`
	Category string   `protobuf:"bytes,4,opt,name=category,proto3" json:"category,omitempty"`
}

type CreateNotificationMessage added in v1.0.11

type CreateNotificationMessage struct {
	TargetUserId    string
	SourceUserId    string
	SourceContentId string
	TargetType      int64
	Type            int64
	Text            string
}

type DeleteItemMessage

type DeleteItemMessage struct {
	ItemId string
}

type UpdateItemMessage

type UpdateItemMessage struct {
	ItemId   string   `protobuf:"bytes,1,opt,name=itemId,proto3" json:"itemId,omitempty"`
	IsHidden *bool    `protobuf:"varint,2,opt,name=isHidden,proto3,oneof" json:"isHidden,omitempty"`
	Labels   []string `protobuf:"bytes,3,rep,name=labels,proto3" json:"labels,omitempty"`
}

type UpdateNotificationsMessage

type UpdateNotificationsMessage struct {
	UserId   string
	OnlyType *int64
}

Jump to

Keyboard shortcuts

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