model

package
v0.0.0-...-a6cadb0 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2019 License: BSD-3-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EV_KEY_ID                  = "id"
	EV_KEY_TRANSACTION_ID      = "transactionId"
	EV_KEY_TIMESTAMP           = "timestamp"
	EV_KEY_EVENT_SEQ           = "eventSeq"
	EV_KEY_NUM_EVENTS          = "numEvents"
	SAWTOOTH_CURRENT_BLOCK_ID  = "block_id"
	SAWTOOTH_PREVIOUS_BLOCK_ID = "previous_block_id"
)
View Source
const (
	SAWTOOTH_BLOCK_COMMIT       = "sawtooth/block-commit"
	EV_TYPE_TRANSACTION_CONTROL = "evTransactionControl"
)
View Source
const (
	EV_TYPE_JOURNAL_CREATE            = "evJournalCreate"
	EV_TYPE_JOURNAL_UPDATE            = "evJournalUpdate"
	EV_TYPE_JOURNAL_MODIFICATION_TIME = "evJournalModification"
	EV_TYPE_EDITOR_CREATE             = "evEditorCreate"
	EV_TYPE_EDITOR_UPDATE             = "evEditorUpdate"
	EV_TYPE_EDITOR_DELETE             = "evEditorDelete"
)
View Source
const (
	EV_KEY_JOURNAL_ID               = "journalId"
	EV_KEY_JOURNAL_TITLE            = "title"
	EV_KEY_JOURNAL_IS_SIGNED        = "isSigned"
	EV_KEY_JOURNAL_DESCRIPTION_HASH = "descriptionHash"
	EV_KEY_EDITOR_ID                = "personId"
	EV_KEY_EDITOR_STATE             = "editorState"
)
View Source
const (
	EV_KEY_VOLUME_ISSUE                    = "issue"
	EV_KEY_VOLUME_LOGICAL_PUBLICATION_TIME = "logicalPublicationTime"
)
View Source
const (
	EV_TYPE_MANUSCRIPT_CREATE            = "evManuscriptCreate"
	EV_TYPE_MANUSCRIPT_UPDATE            = "evManuscriptUpdate"
	EV_TYPE_MANUSCRIPT_MODIFICATION_TIME = "evManuscriptModificationTime"
	EV_TYPE_AUTHOR_CREATE                = "evAuthorCreate"
	EV_TYPE_AUTHOR_UPDATE                = "evAuthorUpdate"
	EV_TYPE_MANUSCRIPT_THREAD_UPDATE     = "evManuscriptThreadUpdate"
	EV_TYPE_REVIEW_CREATE                = "evTypeReviewCreate"
	EV_TYPE_REVIEW_USE_BY_EDITOR         = "evTypeReviewUpdate"
)
View Source
const (
	EV_KEY_MANUSCRIPT_HASH           = "hash"
	EV_KEY_MANUSCRIPT_THREAD_ID      = "threadId"
	EV_KEY_MANUSCRIPT_VERSION_NUMBER = "versionNumber"
	EV_KEY_MANUSCRIPT_COMMIT_MSG     = "commitMsg"
	EV_KEY_MANUSCRIPT_TITLE          = "title"
	EV_KEY_MANUSCRIPT_STATUS         = "status"
	EV_KEY_VOLUME_ID                 = "volumeId"
	EV_KEY_MANUSCRIPT_FIRST_PAGE     = "firstPage"
	EV_KEY_MANUSCRIPT_LAST_PAGE      = "lastPage"
)
View Source
const (
	EV_KEY_MANUSCRIPT_ID   = "manuscriptId"
	EV_KEY_PERSON_ID       = "personId"
	EV_KEY_AUTHOR_DID_SIGN = "didSign"
	EV_KEY_AUTHOR_NUMBER   = "authorNumber"
)
View Source
const (
	EV_KEY_REVIEW_AUTHOR_ID = "reviewAuthorId"
	EV_KEY_REVIEW_HASH      = "hash"
	EV_KEY_REVIEW_JUDGEMENT = "judgement"
)
View Source
const (
	EV_TYPE_PERSON_CREATE            = "evPersonCreate"
	EV_TYPE_PERSON_UPDATE            = "evPersonUpdate"
	EV_TYPE_PERSON_MODIFICATION_TIME = "evPersonModificationTime"
)
View Source
const (
	EV_KEY_PERSON_PUBLIC_KEY     = "publicKey"
	EV_KEY_PERSON_NAME           = "name"
	EV_KEY_PERSON_EMAIL          = "email"
	EV_KEY_PERSON_IS_MAJOR       = "isMajor"
	EV_KEY_PERSON_IS_SIGNED      = "isSigned"
	EV_KEY_PERSON_BALANCE        = "balance"
	EV_KEY_PERSON_BIOGRAPHY_HASH = "biographyHash"
	EV_KEY_PERSON_ORGANIZATION   = "organization"
	EV_KEY_PERSON_TELEPHONE      = "telephone"
	EV_KEY_PERSON_ADDRESS        = "address"
	EV_KEY_PERSON_POSTAL_CODE    = "postalCode"
	EV_KEY_PERSON_COUNTRY        = "country"
	EV_KEY_PERSON_EXTRA_INFO     = "extraInfo"
)
View Source
const (
	EV_TYPE_SETTINGS_CREATE            = "evSettingsCreate"
	EV_TYPE_SETTINGS_UPDATE            = "evSettingsUpdate"
	EV_TYPE_SETTINGS_MODIFICATION_TIME = "evSettingsModificationTime"
)
View Source
const (
	EV_KEY_PRICE_MAJOR_EDIT_SETTINGS                = "priceMajorEditSettings"
	EV_KEY_PRICE_MAJOR_CREATE_PERSON                = "priceMajorCreatePerson"
	EV_KEY_PRICE_MAJOR_CHANGE_PERSON_AUTHORIZATION  = "priceMajorChangePersonAuthorization"
	EV_KEY_PRICE_MAJOR_CHANGE_JOURNAL_AUTHORIZATION = "priceMajorChangeJournalAuthorization"
	EV_KEY_PRICE_PERSON_EDIT                        = "pricePersonEdit"
	EV_KEY_PRICE_AUTHOR_SUBMIT_NEW_MANUSCRIPT       = "priceAuthorSubmitNewManuscript"
	EV_KEY_PRICE_AUTHOR_SUBMIT_NEW_VERSION          = "priceAuthorSubmitNewVersion"
	EV_KEY_PRICE_AUTHOR_ACCEPT_AUTHORSHIP           = "priceAuthorAcceptAuthorship"
	EV_KEY_PRICE_REVIEWER_SUBMIT                    = "priceReviewerSubmit"
	EV_KEY_PRICE_EDITOR_ALLOW_MANUSCRIPT_REVIEW     = "priceEditorAllowManuscriptReview"
	EV_KEY_PRICE_EDITOR_REJECT_MANUSCRIPT           = "priceEditorRejectManuscript"
	EV_KEY_PRICE_EDITOR_PUBLISH_MANUSCRIPT          = "priceEditorPublishManuscript"
	EV_KEY_PRICE_EDITOR_ASSIGN_MANUSCRIPT           = "priceEditorAssignManuscript"
	EV_KEY_PRICE_EDITOR_CREATE_JOURNAL              = "priceEditorCreateJournal"
	EV_KEY_PRICE_EDITOR_CREATE_VOLUME               = "priceEditorCreateVolume"
	EV_KEY_PRICE_EDITOR_EDIT_JOURNAL                = "priceEditorEditJournal"
	EV_KEY_PRICE_EDITOR_ADD_COLLEAGUE               = "priceEditorAddColleague"
	EV_KEY_PRICE_EDITOR_ACCEPT_DUTY                 = "priceEditorAcceptDuty"
)
View Source
const AlexandriaPrefix = FamilyName + "/"
View Source
const EV_TYPE_VOLUME_CREATE = "evVolumeCreate"
View Source
const FamilyName = "alexandria"
View Source
const FamilyVersion = "1.0"

Variables

View Source
var BoolUpdate_name = map[int32]string{
	0: "UNMODIFIED",
	1: "MAKE_FALSE",
	2: "MAKE_TRUE",
}
View Source
var BoolUpdate_value = map[string]int32{
	"UNMODIFIED": 0,
	"MAKE_FALSE": 1,
	"MAKE_TRUE":  2,
}
View Source
var EditorState_name = map[int32]string{
	0: "editorProposed",
	1: "editorAccepted",
}
View Source
var EditorState_value = map[string]int32{
	"editorProposed": 0,
	"editorAccepted": 1,
}
View Source
var IndexCreateManuscript = `
	CREATE INDEX idx_manuscript_threadid ON manuscript(threadid)
`
View Source
var Judgement_name = map[int32]string{
	0: "NEGATIVE",
	1: "POSITIVE",
}
View Source
var Judgement_value = map[string]int32{
	"NEGATIVE": 0,
	"POSITIVE": 1,
}
View Source
var ManuscriptJudgement_name = map[int32]string{
	0: "judgementRejected",
	1: "judgementAccepted",
}
View Source
var ManuscriptJudgement_value = map[string]int32{
	"judgementRejected": 0,
	"judgementAccepted": 1,
}
View Source
var ManuscriptStatus_name = map[int32]string{
	0: "init",
	1: "new",
	2: "reviewable",
	3: "rejected",
	4: "published",
	5: "assigned",
}
View Source
var ManuscriptStatus_value = map[string]int32{
	"init":       0,
	"new":        1,
	"reviewable": 2,
	"rejected":   3,
	"published":  4,
	"assigned":   5,
}
View Source
var MaxJudgement int32
View Source
var MaxManuscriptJudgement int32
View Source
var MaxManuscriptStatus int32
View Source
var MinJudgement int32
View Source
var MinManuscriptJudgement int32
View Source
var MinManuscriptStatus int32
View Source
var Namespace string = Hexdigest(FamilyName)[:6]
View Source
var TableCreateAuthor = `` /* 302-byte string literal not displayed */
View Source
var TableCreateEditor = `` /* 219-byte string literal not displayed */
View Source
var TableCreateJournal = `` /* 220-byte string literal not displayed */
View Source
var TableCreateManuscript = `` /* 471-byte string literal not displayed */
View Source
var TableCreatePerson = `` /* 477-byte string literal not displayed */

The field names are derived from the event keys. When an event key is taken to lower case, the corresponding field name is obtained.

View Source
var TableCreateReview = `` /* 379-byte string literal not displayed */
View Source
var TableCreateSettings = `` /* 942-byte string literal not displayed */

The field names are derived from the event keys. When an event key is taken to lower case, the corresponding field name is obtained.

View Source
var TableCreateVolume = `` /* 276-byte string literal not displayed */

Functions

func CreateJournalAddress

func CreateJournalAddress() string

func CreateManuscriptAddress

func CreateManuscriptAddress() string

func CreateManuscriptThreadAddress

func CreateManuscriptThreadAddress() string

func CreatePersonAddress

func CreatePersonAddress() string

func CreateReviewAddress

func CreateReviewAddress() string

func CreateVolumeAddress

func CreateVolumeAddress() string

func GetCurrentTime

func GetCurrentTime() int64

func GetEditorStateString

func GetEditorStateString(value EditorState) string

func GetJudgementString

func GetJudgementString(judgement Judgement) string

func GetManuscriptJudgementString

func GetManuscriptJudgementString(judgement ManuscriptJudgement) string

func GetManuscriptStatusString

func GetManuscriptStatusString(status ManuscriptStatus) string

func GetSettingsAddress

func GetSettingsAddress() string

func HashBytes

func HashBytes(bytes []byte) string

func Hexdigest

func Hexdigest(s string) string

func IsJournalAddress

func IsJournalAddress(address string) bool

func IsManuscriptAddress

func IsManuscriptAddress(address string) bool

func IsManuscriptThreadAddress

func IsManuscriptThreadAddress(address string) bool

func IsPersonAddress

func IsPersonAddress(address string) bool

func IsReviewAddress

func IsReviewAddress(address string) bool

func IsVolumeAddress

func IsVolumeAddress(address string) bool

Types

type Author

type Author struct {
	AuthorId             string   `protobuf:"bytes,1,opt,name=authorId,proto3" json:"authorId,omitempty"`
	DidSign              bool     `protobuf:"varint,2,opt,name=didSign,proto3" json:"didSign,omitempty"`
	AuthorNumber         int32    `protobuf:"varint,3,opt,name=authorNumber,proto3" json:"authorNumber,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Author) Descriptor

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

func (*Author) GetAuthorId

func (m *Author) GetAuthorId() string

func (*Author) GetAuthorNumber

func (m *Author) GetAuthorNumber() int32

func (*Author) GetDidSign

func (m *Author) GetDidSign() bool

func (*Author) ProtoMessage

func (*Author) ProtoMessage()

func (*Author) Reset

func (m *Author) Reset()

func (*Author) String

func (m *Author) String() string

func (*Author) XXX_DiscardUnknown

func (m *Author) XXX_DiscardUnknown()

func (*Author) XXX_Marshal

func (m *Author) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Author) XXX_Merge

func (m *Author) XXX_Merge(src proto.Message)

func (*Author) XXX_Size

func (m *Author) XXX_Size() int

func (*Author) XXX_Unmarshal

func (m *Author) XXX_Unmarshal(b []byte) error

type BoolUpdate

type BoolUpdate int32
const (
	BoolUpdate_UNMODIFIED BoolUpdate = 0
	BoolUpdate_MAKE_FALSE BoolUpdate = 1
	BoolUpdate_MAKE_TRUE  BoolUpdate = 2
)

func (BoolUpdate) EnumDescriptor

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

func (BoolUpdate) String

func (x BoolUpdate) String() string

type Command

type Command struct {
	Signer    string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"`
	Price     int32  `protobuf:"varint,2,opt,name=price,proto3" json:"price,omitempty"`
	Timestamp int64  `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// Types that are valid to be assigned to Body:
	//	*Command_Bootstrap
	//	*Command_CommandJournalCreate
	//	*Command_CommandJournalUpdateProperties
	//	*Command_CommandJournalUpdateAuthorization
	//	*Command_CommandJournalEditorAcceptDuty
	//	*Command_CommandJournalEditorInvite
	//	*Command_CommandJournalEditorResign
	//	*Command_CommandVolumeCreate
	//	*Command_CommandSettingsUpdate
	//	*Command_PersonCreate
	//	*Command_CommandPersonUpdateProperties
	//	*Command_CommandUpdateAuthorization
	//	*Command_CommandPersonUpdateBalanceIncrement
	//	*Command_CommandManuscriptCreate
	//	*Command_CommandManuscriptCreateNewVersion
	//	*Command_CommandManuscriptAcceptAuthorship
	//	*Command_CommandManuscriptAllowReview
	//	*Command_CommandWriteReview
	//	*Command_CommandManuscriptJudge
	//	*Command_CommandManuscriptAssign
	Body                 isCommand_Body `protobuf_oneof:"body"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*Command) Descriptor

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

func (*Command) GetBody

func (m *Command) GetBody() isCommand_Body

func (*Command) GetBootstrap

func (m *Command) GetBootstrap() *CommandBootstrap

func (*Command) GetCommandJournalCreate

func (m *Command) GetCommandJournalCreate() *CommandJournalCreate

func (*Command) GetCommandJournalEditorAcceptDuty

func (m *Command) GetCommandJournalEditorAcceptDuty() *CommandJournalEditorAcceptDuty

func (*Command) GetCommandJournalEditorInvite

func (m *Command) GetCommandJournalEditorInvite() *CommandJournalEditorInvite

func (*Command) GetCommandJournalEditorResign

func (m *Command) GetCommandJournalEditorResign() *CommandJournalEditorResign

func (*Command) GetCommandJournalUpdateAuthorization

func (m *Command) GetCommandJournalUpdateAuthorization() *CommandJournalUpdateAuthorization

func (*Command) GetCommandJournalUpdateProperties

func (m *Command) GetCommandJournalUpdateProperties() *CommandJournalUpdateProperties

func (*Command) GetCommandManuscriptAcceptAuthorship

func (m *Command) GetCommandManuscriptAcceptAuthorship() *CommandManuscriptAcceptAuthorship

func (*Command) GetCommandManuscriptAllowReview

func (m *Command) GetCommandManuscriptAllowReview() *CommandManuscriptAllowReview

func (*Command) GetCommandManuscriptAssign

func (m *Command) GetCommandManuscriptAssign() *CommandManuscriptAssign

func (*Command) GetCommandManuscriptCreate

func (m *Command) GetCommandManuscriptCreate() *CommandManuscriptCreate

func (*Command) GetCommandManuscriptCreateNewVersion

func (m *Command) GetCommandManuscriptCreateNewVersion() *CommandManuscriptCreateNewVersion

func (*Command) GetCommandManuscriptJudge

func (m *Command) GetCommandManuscriptJudge() *CommandManuscriptJudge

func (*Command) GetCommandPersonUpdateBalanceIncrement

func (m *Command) GetCommandPersonUpdateBalanceIncrement() *CommandPersonUpdateBalanceIncrement

func (*Command) GetCommandPersonUpdateProperties

func (m *Command) GetCommandPersonUpdateProperties() *CommandPersonUpdateProperties

func (*Command) GetCommandSettingsUpdate

func (m *Command) GetCommandSettingsUpdate() *CommandSettingsUpdate

func (*Command) GetCommandUpdateAuthorization

func (m *Command) GetCommandUpdateAuthorization() *CommandPersonUpdateAuthorization

func (*Command) GetCommandVolumeCreate

func (m *Command) GetCommandVolumeCreate() *CommandVolumeCreate

func (*Command) GetCommandWriteReview

func (m *Command) GetCommandWriteReview() *CommandWriteReview

func (*Command) GetPersonCreate

func (m *Command) GetPersonCreate() *CommandPersonCreate

func (*Command) GetPrice

func (m *Command) GetPrice() int32

func (*Command) GetSigner

func (m *Command) GetSigner() string

func (*Command) GetTimestamp

func (m *Command) GetTimestamp() int64

func (*Command) ProtoMessage

func (*Command) ProtoMessage()

func (*Command) Reset

func (m *Command) Reset()

func (*Command) String

func (m *Command) String() string

func (*Command) XXX_DiscardUnknown

func (m *Command) XXX_DiscardUnknown()

func (*Command) XXX_Marshal

func (m *Command) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Command) XXX_Merge

func (m *Command) XXX_Merge(src proto.Message)

func (*Command) XXX_OneofWrappers

func (*Command) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Command) XXX_Size

func (m *Command) XXX_Size() int

func (*Command) XXX_Unmarshal

func (m *Command) XXX_Unmarshal(b []byte) error

type CommandBootstrap

type CommandBootstrap struct {
	PriceList            *PriceList           `protobuf:"bytes,1,opt,name=priceList,proto3" json:"priceList,omitempty"`
	FirstMajor           *CommandPersonCreate `protobuf:"bytes,2,opt,name=firstMajor,proto3" json:"firstMajor,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*CommandBootstrap) Descriptor

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

func (*CommandBootstrap) GetFirstMajor

func (m *CommandBootstrap) GetFirstMajor() *CommandPersonCreate

func (*CommandBootstrap) GetPriceList

func (m *CommandBootstrap) GetPriceList() *PriceList

func (*CommandBootstrap) ProtoMessage

func (*CommandBootstrap) ProtoMessage()

func (*CommandBootstrap) Reset

func (m *CommandBootstrap) Reset()

func (*CommandBootstrap) String

func (m *CommandBootstrap) String() string

func (*CommandBootstrap) XXX_DiscardUnknown

func (m *CommandBootstrap) XXX_DiscardUnknown()

func (*CommandBootstrap) XXX_Marshal

func (m *CommandBootstrap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandBootstrap) XXX_Merge

func (m *CommandBootstrap) XXX_Merge(src proto.Message)

func (*CommandBootstrap) XXX_Size

func (m *CommandBootstrap) XXX_Size() int

func (*CommandBootstrap) XXX_Unmarshal

func (m *CommandBootstrap) XXX_Unmarshal(b []byte) error

type CommandJournalCreate

type CommandJournalCreate struct {
	JournalId            string   `protobuf:"bytes,1,opt,name=journalId,proto3" json:"journalId,omitempty"`
	Title                string   `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	DescriptionHash      string   `protobuf:"bytes,3,opt,name=descriptionHash,proto3" json:"descriptionHash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommandJournalCreate) Descriptor

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

func (*CommandJournalCreate) GetDescriptionHash

func (m *CommandJournalCreate) GetDescriptionHash() string

func (*CommandJournalCreate) GetJournalId

func (m *CommandJournalCreate) GetJournalId() string

func (*CommandJournalCreate) GetTitle

func (m *CommandJournalCreate) GetTitle() string

func (*CommandJournalCreate) ProtoMessage

func (*CommandJournalCreate) ProtoMessage()

func (*CommandJournalCreate) Reset

func (m *CommandJournalCreate) Reset()

func (*CommandJournalCreate) String

func (m *CommandJournalCreate) String() string

func (*CommandJournalCreate) XXX_DiscardUnknown

func (m *CommandJournalCreate) XXX_DiscardUnknown()

func (*CommandJournalCreate) XXX_Marshal

func (m *CommandJournalCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandJournalCreate) XXX_Merge

func (m *CommandJournalCreate) XXX_Merge(src proto.Message)

func (*CommandJournalCreate) XXX_Size

func (m *CommandJournalCreate) XXX_Size() int

func (*CommandJournalCreate) XXX_Unmarshal

func (m *CommandJournalCreate) XXX_Unmarshal(b []byte) error

type CommandJournalEditorAcceptDuty

type CommandJournalEditorAcceptDuty struct {
	JournalId            string   `protobuf:"bytes,1,opt,name=journalId,proto3" json:"journalId,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommandJournalEditorAcceptDuty) Descriptor

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

func (*CommandJournalEditorAcceptDuty) GetJournalId

func (m *CommandJournalEditorAcceptDuty) GetJournalId() string

func (*CommandJournalEditorAcceptDuty) ProtoMessage

func (*CommandJournalEditorAcceptDuty) ProtoMessage()

func (*CommandJournalEditorAcceptDuty) Reset

func (m *CommandJournalEditorAcceptDuty) Reset()

func (*CommandJournalEditorAcceptDuty) String

func (*CommandJournalEditorAcceptDuty) XXX_DiscardUnknown

func (m *CommandJournalEditorAcceptDuty) XXX_DiscardUnknown()

func (*CommandJournalEditorAcceptDuty) XXX_Marshal

func (m *CommandJournalEditorAcceptDuty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandJournalEditorAcceptDuty) XXX_Merge

func (m *CommandJournalEditorAcceptDuty) XXX_Merge(src proto.Message)

func (*CommandJournalEditorAcceptDuty) XXX_Size

func (m *CommandJournalEditorAcceptDuty) XXX_Size() int

func (*CommandJournalEditorAcceptDuty) XXX_Unmarshal

func (m *CommandJournalEditorAcceptDuty) XXX_Unmarshal(b []byte) error

type CommandJournalEditorInvite

type CommandJournalEditorInvite struct {
	JournalId            string   `protobuf:"bytes,1,opt,name=journalId,proto3" json:"journalId,omitempty"`
	InvitedEditorId      string   `protobuf:"bytes,2,opt,name=invitedEditorId,proto3" json:"invitedEditorId,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommandJournalEditorInvite) Descriptor

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

func (*CommandJournalEditorInvite) GetInvitedEditorId

func (m *CommandJournalEditorInvite) GetInvitedEditorId() string

func (*CommandJournalEditorInvite) GetJournalId

func (m *CommandJournalEditorInvite) GetJournalId() string

func (*CommandJournalEditorInvite) ProtoMessage

func (*CommandJournalEditorInvite) ProtoMessage()

func (*CommandJournalEditorInvite) Reset

func (m *CommandJournalEditorInvite) Reset()

func (*CommandJournalEditorInvite) String

func (m *CommandJournalEditorInvite) String() string

func (*CommandJournalEditorInvite) XXX_DiscardUnknown

func (m *CommandJournalEditorInvite) XXX_DiscardUnknown()

func (*CommandJournalEditorInvite) XXX_Marshal

func (m *CommandJournalEditorInvite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandJournalEditorInvite) XXX_Merge

func (m *CommandJournalEditorInvite) XXX_Merge(src proto.Message)

func (*CommandJournalEditorInvite) XXX_Size

func (m *CommandJournalEditorInvite) XXX_Size() int

func (*CommandJournalEditorInvite) XXX_Unmarshal

func (m *CommandJournalEditorInvite) XXX_Unmarshal(b []byte) error

type CommandJournalEditorResign

type CommandJournalEditorResign struct {
	JournalId            string   `protobuf:"bytes,1,opt,name=journalId,proto3" json:"journalId,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommandJournalEditorResign) Descriptor

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

func (*CommandJournalEditorResign) GetJournalId

func (m *CommandJournalEditorResign) GetJournalId() string

func (*CommandJournalEditorResign) ProtoMessage

func (*CommandJournalEditorResign) ProtoMessage()

func (*CommandJournalEditorResign) Reset

func (m *CommandJournalEditorResign) Reset()

func (*CommandJournalEditorResign) String

func (m *CommandJournalEditorResign) String() string

func (*CommandJournalEditorResign) XXX_DiscardUnknown

func (m *CommandJournalEditorResign) XXX_DiscardUnknown()

func (*CommandJournalEditorResign) XXX_Marshal

func (m *CommandJournalEditorResign) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandJournalEditorResign) XXX_Merge

func (m *CommandJournalEditorResign) XXX_Merge(src proto.Message)

func (*CommandJournalEditorResign) XXX_Size

func (m *CommandJournalEditorResign) XXX_Size() int

func (*CommandJournalEditorResign) XXX_Unmarshal

func (m *CommandJournalEditorResign) XXX_Unmarshal(b []byte) error

type CommandJournalUpdateAuthorization

type CommandJournalUpdateAuthorization struct {
	JournalId            string   `protobuf:"bytes,1,opt,name=journalId,proto3" json:"journalId,omitempty"`
	MakeSigned           bool     `protobuf:"varint,2,opt,name=makeSigned,proto3" json:"makeSigned,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommandJournalUpdateAuthorization) Descriptor

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

func (*CommandJournalUpdateAuthorization) GetJournalId

func (m *CommandJournalUpdateAuthorization) GetJournalId() string

func (*CommandJournalUpdateAuthorization) GetMakeSigned

func (m *CommandJournalUpdateAuthorization) GetMakeSigned() bool

func (*CommandJournalUpdateAuthorization) ProtoMessage

func (*CommandJournalUpdateAuthorization) ProtoMessage()

func (*CommandJournalUpdateAuthorization) Reset

func (*CommandJournalUpdateAuthorization) String

func (*CommandJournalUpdateAuthorization) XXX_DiscardUnknown

func (m *CommandJournalUpdateAuthorization) XXX_DiscardUnknown()

func (*CommandJournalUpdateAuthorization) XXX_Marshal

func (m *CommandJournalUpdateAuthorization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandJournalUpdateAuthorization) XXX_Merge

func (*CommandJournalUpdateAuthorization) XXX_Size

func (m *CommandJournalUpdateAuthorization) XXX_Size() int

func (*CommandJournalUpdateAuthorization) XXX_Unmarshal

func (m *CommandJournalUpdateAuthorization) XXX_Unmarshal(b []byte) error

type CommandJournalUpdateProperties

type CommandJournalUpdateProperties struct {
	JournalId             string        `protobuf:"bytes,1,opt,name=journalId,proto3" json:"journalId,omitempty"`
	TitleUpdate           *StringUpdate `protobuf:"bytes,2,opt,name=titleUpdate,proto3" json:"titleUpdate,omitempty"`
	DescriptionHashUpdate *StringUpdate `protobuf:"bytes,3,opt,name=descriptionHashUpdate,proto3" json:"descriptionHashUpdate,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}      `json:"-"`
	XXX_unrecognized      []byte        `json:"-"`
	XXX_sizecache         int32         `json:"-"`
}

func (*CommandJournalUpdateProperties) Descriptor

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

func (*CommandJournalUpdateProperties) GetDescriptionHashUpdate

func (m *CommandJournalUpdateProperties) GetDescriptionHashUpdate() *StringUpdate

func (*CommandJournalUpdateProperties) GetJournalId

func (m *CommandJournalUpdateProperties) GetJournalId() string

func (*CommandJournalUpdateProperties) GetTitleUpdate

func (m *CommandJournalUpdateProperties) GetTitleUpdate() *StringUpdate

func (*CommandJournalUpdateProperties) ProtoMessage

func (*CommandJournalUpdateProperties) ProtoMessage()

func (*CommandJournalUpdateProperties) Reset

func (m *CommandJournalUpdateProperties) Reset()

func (*CommandJournalUpdateProperties) String

func (*CommandJournalUpdateProperties) XXX_DiscardUnknown

func (m *CommandJournalUpdateProperties) XXX_DiscardUnknown()

func (*CommandJournalUpdateProperties) XXX_Marshal

func (m *CommandJournalUpdateProperties) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandJournalUpdateProperties) XXX_Merge

func (m *CommandJournalUpdateProperties) XXX_Merge(src proto.Message)

func (*CommandJournalUpdateProperties) XXX_Size

func (m *CommandJournalUpdateProperties) XXX_Size() int

func (*CommandJournalUpdateProperties) XXX_Unmarshal

func (m *CommandJournalUpdateProperties) XXX_Unmarshal(b []byte) error

type CommandManuscriptAcceptAuthorship

type CommandManuscriptAcceptAuthorship struct {
	ManuscriptId         string    `protobuf:"bytes,1,opt,name=manuscriptId,proto3" json:"manuscriptId,omitempty"`
	Author               []*Author `protobuf:"bytes,2,rep,name=author,proto3" json:"author,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*CommandManuscriptAcceptAuthorship) Descriptor

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

func (*CommandManuscriptAcceptAuthorship) GetAuthor

func (m *CommandManuscriptAcceptAuthorship) GetAuthor() []*Author

func (*CommandManuscriptAcceptAuthorship) GetManuscriptId

func (m *CommandManuscriptAcceptAuthorship) GetManuscriptId() string

func (*CommandManuscriptAcceptAuthorship) ProtoMessage

func (*CommandManuscriptAcceptAuthorship) ProtoMessage()

func (*CommandManuscriptAcceptAuthorship) Reset

func (*CommandManuscriptAcceptAuthorship) String

func (*CommandManuscriptAcceptAuthorship) XXX_DiscardUnknown

func (m *CommandManuscriptAcceptAuthorship) XXX_DiscardUnknown()

func (*CommandManuscriptAcceptAuthorship) XXX_Marshal

func (m *CommandManuscriptAcceptAuthorship) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandManuscriptAcceptAuthorship) XXX_Merge

func (*CommandManuscriptAcceptAuthorship) XXX_Size

func (m *CommandManuscriptAcceptAuthorship) XXX_Size() int

func (*CommandManuscriptAcceptAuthorship) XXX_Unmarshal

func (m *CommandManuscriptAcceptAuthorship) XXX_Unmarshal(b []byte) error

type CommandManuscriptAllowReview

type CommandManuscriptAllowReview struct {
	ThreadId             string                 `protobuf:"bytes,1,opt,name=ThreadId,proto3" json:"ThreadId,omitempty"`
	ThreadReference      []*ThreadReferenceItem `protobuf:"bytes,2,rep,name=threadReference,proto3" json:"threadReference,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*CommandManuscriptAllowReview) Descriptor

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

func (*CommandManuscriptAllowReview) GetThreadId

func (m *CommandManuscriptAllowReview) GetThreadId() string

func (*CommandManuscriptAllowReview) GetThreadReference

func (m *CommandManuscriptAllowReview) GetThreadReference() []*ThreadReferenceItem

func (*CommandManuscriptAllowReview) ProtoMessage

func (*CommandManuscriptAllowReview) ProtoMessage()

func (*CommandManuscriptAllowReview) Reset

func (m *CommandManuscriptAllowReview) Reset()

func (*CommandManuscriptAllowReview) String

func (*CommandManuscriptAllowReview) XXX_DiscardUnknown

func (m *CommandManuscriptAllowReview) XXX_DiscardUnknown()

func (*CommandManuscriptAllowReview) XXX_Marshal

func (m *CommandManuscriptAllowReview) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandManuscriptAllowReview) XXX_Merge

func (m *CommandManuscriptAllowReview) XXX_Merge(src proto.Message)

func (*CommandManuscriptAllowReview) XXX_Size

func (m *CommandManuscriptAllowReview) XXX_Size() int

func (*CommandManuscriptAllowReview) XXX_Unmarshal

func (m *CommandManuscriptAllowReview) XXX_Unmarshal(b []byte) error

type CommandManuscriptAssign

type CommandManuscriptAssign struct {
	ManuscriptId         string   `protobuf:"bytes,1,opt,name=manuscriptId,proto3" json:"manuscriptId,omitempty"`
	VolumeId             string   `protobuf:"bytes,2,opt,name=volumeId,proto3" json:"volumeId,omitempty"`
	FirstPage            string   `protobuf:"bytes,3,opt,name=firstPage,proto3" json:"firstPage,omitempty"`
	LastPage             string   `protobuf:"bytes,4,opt,name=lastPage,proto3" json:"lastPage,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommandManuscriptAssign) Descriptor

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

func (*CommandManuscriptAssign) GetFirstPage

func (m *CommandManuscriptAssign) GetFirstPage() string

func (*CommandManuscriptAssign) GetLastPage

func (m *CommandManuscriptAssign) GetLastPage() string

func (*CommandManuscriptAssign) GetManuscriptId

func (m *CommandManuscriptAssign) GetManuscriptId() string

func (*CommandManuscriptAssign) GetVolumeId

func (m *CommandManuscriptAssign) GetVolumeId() string

func (*CommandManuscriptAssign) ProtoMessage

func (*CommandManuscriptAssign) ProtoMessage()

func (*CommandManuscriptAssign) Reset

func (m *CommandManuscriptAssign) Reset()

func (*CommandManuscriptAssign) String

func (m *CommandManuscriptAssign) String() string

func (*CommandManuscriptAssign) XXX_DiscardUnknown

func (m *CommandManuscriptAssign) XXX_DiscardUnknown()

func (*CommandManuscriptAssign) XXX_Marshal

func (m *CommandManuscriptAssign) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandManuscriptAssign) XXX_Merge

func (m *CommandManuscriptAssign) XXX_Merge(src proto.Message)

func (*CommandManuscriptAssign) XXX_Size

func (m *CommandManuscriptAssign) XXX_Size() int

func (*CommandManuscriptAssign) XXX_Unmarshal

func (m *CommandManuscriptAssign) XXX_Unmarshal(b []byte) error

type CommandManuscriptCreate

type CommandManuscriptCreate struct {
	ManuscriptId         string   `protobuf:"bytes,1,opt,name=manuscriptId,proto3" json:"manuscriptId,omitempty"`
	ManuscriptThreadId   string   `protobuf:"bytes,2,opt,name=manuscriptThreadId,proto3" json:"manuscriptThreadId,omitempty"`
	Hash                 string   `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	CommitMsg            string   `protobuf:"bytes,4,opt,name=commitMsg,proto3" json:"commitMsg,omitempty"`
	Title                string   `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	AuthorId             []string `protobuf:"bytes,6,rep,name=authorId,proto3" json:"authorId,omitempty"`
	JournalId            string   `protobuf:"bytes,7,opt,name=journalId,proto3" json:"journalId,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommandManuscriptCreate) Descriptor

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

func (*CommandManuscriptCreate) GetAuthorId

func (m *CommandManuscriptCreate) GetAuthorId() []string

func (*CommandManuscriptCreate) GetCommitMsg

func (m *CommandManuscriptCreate) GetCommitMsg() string

func (*CommandManuscriptCreate) GetHash

func (m *CommandManuscriptCreate) GetHash() string

func (*CommandManuscriptCreate) GetJournalId

func (m *CommandManuscriptCreate) GetJournalId() string

func (*CommandManuscriptCreate) GetManuscriptId

func (m *CommandManuscriptCreate) GetManuscriptId() string

func (*CommandManuscriptCreate) GetManuscriptThreadId

func (m *CommandManuscriptCreate) GetManuscriptThreadId() string

func (*CommandManuscriptCreate) GetTitle

func (m *CommandManuscriptCreate) GetTitle() string

func (*CommandManuscriptCreate) ProtoMessage

func (*CommandManuscriptCreate) ProtoMessage()

func (*CommandManuscriptCreate) Reset

func (m *CommandManuscriptCreate) Reset()

func (*CommandManuscriptCreate) String

func (m *CommandManuscriptCreate) String() string

func (*CommandManuscriptCreate) XXX_DiscardUnknown

func (m *CommandManuscriptCreate) XXX_DiscardUnknown()

func (*CommandManuscriptCreate) XXX_Marshal

func (m *CommandManuscriptCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandManuscriptCreate) XXX_Merge

func (m *CommandManuscriptCreate) XXX_Merge(src proto.Message)

func (*CommandManuscriptCreate) XXX_Size

func (m *CommandManuscriptCreate) XXX_Size() int

func (*CommandManuscriptCreate) XXX_Unmarshal

func (m *CommandManuscriptCreate) XXX_Unmarshal(b []byte) error

type CommandManuscriptCreateNewVersion

type CommandManuscriptCreateNewVersion struct {
	ManuscriptId         string                 `protobuf:"bytes,1,opt,name=manuscriptId,proto3" json:"manuscriptId,omitempty"`
	PreviousManuscriptId string                 `protobuf:"bytes,2,opt,name=previousManuscriptId,proto3" json:"previousManuscriptId,omitempty"`
	Hash                 string                 `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	CommitMsg            string                 `protobuf:"bytes,4,opt,name=commitMsg,proto3" json:"commitMsg,omitempty"`
	Title                string                 `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	AuthorId             []string               `protobuf:"bytes,6,rep,name=authorId,proto3" json:"authorId,omitempty"`
	ThreadReference      []*ThreadReferenceItem `protobuf:"bytes,7,rep,name=threadReference,proto3" json:"threadReference,omitempty"`
	HistoricAuthorId     []string               `protobuf:"bytes,8,rep,name=historicAuthorId,proto3" json:"historicAuthorId,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*CommandManuscriptCreateNewVersion) Descriptor

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

func (*CommandManuscriptCreateNewVersion) GetAuthorId

func (m *CommandManuscriptCreateNewVersion) GetAuthorId() []string

func (*CommandManuscriptCreateNewVersion) GetCommitMsg

func (m *CommandManuscriptCreateNewVersion) GetCommitMsg() string

func (*CommandManuscriptCreateNewVersion) GetHash

func (*CommandManuscriptCreateNewVersion) GetHistoricAuthorId

func (m *CommandManuscriptCreateNewVersion) GetHistoricAuthorId() []string

func (*CommandManuscriptCreateNewVersion) GetManuscriptId

func (m *CommandManuscriptCreateNewVersion) GetManuscriptId() string

func (*CommandManuscriptCreateNewVersion) GetPreviousManuscriptId

func (m *CommandManuscriptCreateNewVersion) GetPreviousManuscriptId() string

func (*CommandManuscriptCreateNewVersion) GetThreadReference

func (m *CommandManuscriptCreateNewVersion) GetThreadReference() []*ThreadReferenceItem

func (*CommandManuscriptCreateNewVersion) GetTitle

func (*CommandManuscriptCreateNewVersion) ProtoMessage

func (*CommandManuscriptCreateNewVersion) ProtoMessage()

func (*CommandManuscriptCreateNewVersion) Reset

func (*CommandManuscriptCreateNewVersion) String

func (*CommandManuscriptCreateNewVersion) XXX_DiscardUnknown

func (m *CommandManuscriptCreateNewVersion) XXX_DiscardUnknown()

func (*CommandManuscriptCreateNewVersion) XXX_Marshal

func (m *CommandManuscriptCreateNewVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandManuscriptCreateNewVersion) XXX_Merge

func (*CommandManuscriptCreateNewVersion) XXX_Size

func (m *CommandManuscriptCreateNewVersion) XXX_Size() int

func (*CommandManuscriptCreateNewVersion) XXX_Unmarshal

func (m *CommandManuscriptCreateNewVersion) XXX_Unmarshal(b []byte) error

type CommandManuscriptJudge

type CommandManuscriptJudge struct {
	ManuscriptId         string              `protobuf:"bytes,1,opt,name=manuscriptId,proto3" json:"manuscriptId,omitempty"`
	ReviewId             []string            `protobuf:"bytes,2,rep,name=reviewId,proto3" json:"reviewId,omitempty"`
	Judgement            ManuscriptJudgement `protobuf:"varint,3,opt,name=judgement,proto3,enum=ManuscriptJudgement" json:"judgement,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CommandManuscriptJudge) Descriptor

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

func (*CommandManuscriptJudge) GetJudgement

func (m *CommandManuscriptJudge) GetJudgement() ManuscriptJudgement

func (*CommandManuscriptJudge) GetManuscriptId

func (m *CommandManuscriptJudge) GetManuscriptId() string

func (*CommandManuscriptJudge) GetReviewId

func (m *CommandManuscriptJudge) GetReviewId() []string

func (*CommandManuscriptJudge) ProtoMessage

func (*CommandManuscriptJudge) ProtoMessage()

func (*CommandManuscriptJudge) Reset

func (m *CommandManuscriptJudge) Reset()

func (*CommandManuscriptJudge) String

func (m *CommandManuscriptJudge) String() string

func (*CommandManuscriptJudge) XXX_DiscardUnknown

func (m *CommandManuscriptJudge) XXX_DiscardUnknown()

func (*CommandManuscriptJudge) XXX_Marshal

func (m *CommandManuscriptJudge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandManuscriptJudge) XXX_Merge

func (m *CommandManuscriptJudge) XXX_Merge(src proto.Message)

func (*CommandManuscriptJudge) XXX_Size

func (m *CommandManuscriptJudge) XXX_Size() int

func (*CommandManuscriptJudge) XXX_Unmarshal

func (m *CommandManuscriptJudge) XXX_Unmarshal(b []byte) error

type CommandPersonCreate

type CommandPersonCreate struct {
	NewPersonId          string   `protobuf:"bytes,1,opt,name=newPersonId,proto3" json:"newPersonId,omitempty"`
	PublicKey            string   `protobuf:"bytes,2,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
	Name                 string   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Email                string   `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommandPersonCreate) Descriptor

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

func (*CommandPersonCreate) GetEmail

func (m *CommandPersonCreate) GetEmail() string

func (*CommandPersonCreate) GetName

func (m *CommandPersonCreate) GetName() string

func (*CommandPersonCreate) GetNewPersonId

func (m *CommandPersonCreate) GetNewPersonId() string

func (*CommandPersonCreate) GetPublicKey

func (m *CommandPersonCreate) GetPublicKey() string

func (*CommandPersonCreate) ProtoMessage

func (*CommandPersonCreate) ProtoMessage()

func (*CommandPersonCreate) Reset

func (m *CommandPersonCreate) Reset()

func (*CommandPersonCreate) String

func (m *CommandPersonCreate) String() string

func (*CommandPersonCreate) XXX_DiscardUnknown

func (m *CommandPersonCreate) XXX_DiscardUnknown()

func (*CommandPersonCreate) XXX_Marshal

func (m *CommandPersonCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandPersonCreate) XXX_Merge

func (m *CommandPersonCreate) XXX_Merge(src proto.Message)

func (*CommandPersonCreate) XXX_Size

func (m *CommandPersonCreate) XXX_Size() int

func (*CommandPersonCreate) XXX_Unmarshal

func (m *CommandPersonCreate) XXX_Unmarshal(b []byte) error

type CommandPersonUpdateAuthorization

type CommandPersonUpdateAuthorization struct {
	PersonId             string     `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId,omitempty"`
	MakeMajor            BoolUpdate `protobuf:"varint,2,opt,name=makeMajor,proto3,enum=BoolUpdate" json:"makeMajor,omitempty"`
	MakeSigned           BoolUpdate `protobuf:"varint,3,opt,name=makeSigned,proto3,enum=BoolUpdate" json:"makeSigned,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CommandPersonUpdateAuthorization) Descriptor

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

func (*CommandPersonUpdateAuthorization) GetMakeMajor

func (m *CommandPersonUpdateAuthorization) GetMakeMajor() BoolUpdate

func (*CommandPersonUpdateAuthorization) GetMakeSigned

func (m *CommandPersonUpdateAuthorization) GetMakeSigned() BoolUpdate

func (*CommandPersonUpdateAuthorization) GetPersonId

func (m *CommandPersonUpdateAuthorization) GetPersonId() string

func (*CommandPersonUpdateAuthorization) ProtoMessage

func (*CommandPersonUpdateAuthorization) ProtoMessage()

func (*CommandPersonUpdateAuthorization) Reset

func (*CommandPersonUpdateAuthorization) String

func (*CommandPersonUpdateAuthorization) XXX_DiscardUnknown

func (m *CommandPersonUpdateAuthorization) XXX_DiscardUnknown()

func (*CommandPersonUpdateAuthorization) XXX_Marshal

func (m *CommandPersonUpdateAuthorization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandPersonUpdateAuthorization) XXX_Merge

func (*CommandPersonUpdateAuthorization) XXX_Size

func (m *CommandPersonUpdateAuthorization) XXX_Size() int

func (*CommandPersonUpdateAuthorization) XXX_Unmarshal

func (m *CommandPersonUpdateAuthorization) XXX_Unmarshal(b []byte) error

type CommandPersonUpdateBalanceIncrement

type CommandPersonUpdateBalanceIncrement struct {
	PersonId             string   `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId,omitempty"`
	BalanceIncrement     int32    `protobuf:"varint,2,opt,name=balanceIncrement,proto3" json:"balanceIncrement,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommandPersonUpdateBalanceIncrement) Descriptor

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

func (*CommandPersonUpdateBalanceIncrement) GetBalanceIncrement

func (m *CommandPersonUpdateBalanceIncrement) GetBalanceIncrement() int32

func (*CommandPersonUpdateBalanceIncrement) GetPersonId

func (*CommandPersonUpdateBalanceIncrement) ProtoMessage

func (*CommandPersonUpdateBalanceIncrement) ProtoMessage()

func (*CommandPersonUpdateBalanceIncrement) Reset

func (*CommandPersonUpdateBalanceIncrement) String

func (*CommandPersonUpdateBalanceIncrement) XXX_DiscardUnknown

func (m *CommandPersonUpdateBalanceIncrement) XXX_DiscardUnknown()

func (*CommandPersonUpdateBalanceIncrement) XXX_Marshal

func (m *CommandPersonUpdateBalanceIncrement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandPersonUpdateBalanceIncrement) XXX_Merge

func (*CommandPersonUpdateBalanceIncrement) XXX_Size

func (*CommandPersonUpdateBalanceIncrement) XXX_Unmarshal

func (m *CommandPersonUpdateBalanceIncrement) XXX_Unmarshal(b []byte) error

type CommandPersonUpdateProperties

type CommandPersonUpdateProperties struct {
	PersonId             string        `protobuf:"bytes,1,opt,name=personId,proto3" json:"personId,omitempty"`
	PublicKeyUpdate      *StringUpdate `protobuf:"bytes,2,opt,name=publicKeyUpdate,proto3" json:"publicKeyUpdate,omitempty"`
	NameUpdate           *StringUpdate `protobuf:"bytes,3,opt,name=nameUpdate,proto3" json:"nameUpdate,omitempty"`
	EmailUpdate          *StringUpdate `protobuf:"bytes,4,opt,name=emailUpdate,proto3" json:"emailUpdate,omitempty"`
	BiographyHashUpdate  *StringUpdate `protobuf:"bytes,5,opt,name=biographyHashUpdate,proto3" json:"biographyHashUpdate,omitempty"`
	OrganizationUpdate   *StringUpdate `protobuf:"bytes,6,opt,name=organizationUpdate,proto3" json:"organizationUpdate,omitempty"`
	TelephoneUpdate      *StringUpdate `protobuf:"bytes,7,opt,name=telephoneUpdate,proto3" json:"telephoneUpdate,omitempty"`
	AddressUpdate        *StringUpdate `protobuf:"bytes,8,opt,name=addressUpdate,proto3" json:"addressUpdate,omitempty"`
	PostalCodeUpdate     *StringUpdate `protobuf:"bytes,9,opt,name=postalCodeUpdate,proto3" json:"postalCodeUpdate,omitempty"`
	CountryUpdate        *StringUpdate `protobuf:"bytes,10,opt,name=countryUpdate,proto3" json:"countryUpdate,omitempty"`
	ExtraInfoUpdate      *StringUpdate `protobuf:"bytes,11,opt,name=extraInfoUpdate,proto3" json:"extraInfoUpdate,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CommandPersonUpdateProperties) Descriptor

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

func (*CommandPersonUpdateProperties) GetAddressUpdate

func (m *CommandPersonUpdateProperties) GetAddressUpdate() *StringUpdate

func (*CommandPersonUpdateProperties) GetBiographyHashUpdate

func (m *CommandPersonUpdateProperties) GetBiographyHashUpdate() *StringUpdate

func (*CommandPersonUpdateProperties) GetCountryUpdate

func (m *CommandPersonUpdateProperties) GetCountryUpdate() *StringUpdate

func (*CommandPersonUpdateProperties) GetEmailUpdate

func (m *CommandPersonUpdateProperties) GetEmailUpdate() *StringUpdate

func (*CommandPersonUpdateProperties) GetExtraInfoUpdate

func (m *CommandPersonUpdateProperties) GetExtraInfoUpdate() *StringUpdate

func (*CommandPersonUpdateProperties) GetNameUpdate

func (m *CommandPersonUpdateProperties) GetNameUpdate() *StringUpdate

func (*CommandPersonUpdateProperties) GetOrganizationUpdate

func (m *CommandPersonUpdateProperties) GetOrganizationUpdate() *StringUpdate

func (*CommandPersonUpdateProperties) GetPersonId

func (m *CommandPersonUpdateProperties) GetPersonId() string

func (*CommandPersonUpdateProperties) GetPostalCodeUpdate

func (m *CommandPersonUpdateProperties) GetPostalCodeUpdate() *StringUpdate

func (*CommandPersonUpdateProperties) GetPublicKeyUpdate

func (m *CommandPersonUpdateProperties) GetPublicKeyUpdate() *StringUpdate

func (*CommandPersonUpdateProperties) GetTelephoneUpdate

func (m *CommandPersonUpdateProperties) GetTelephoneUpdate() *StringUpdate

func (*CommandPersonUpdateProperties) ProtoMessage

func (*CommandPersonUpdateProperties) ProtoMessage()

func (*CommandPersonUpdateProperties) Reset

func (m *CommandPersonUpdateProperties) Reset()

func (*CommandPersonUpdateProperties) String

func (*CommandPersonUpdateProperties) XXX_DiscardUnknown

func (m *CommandPersonUpdateProperties) XXX_DiscardUnknown()

func (*CommandPersonUpdateProperties) XXX_Marshal

func (m *CommandPersonUpdateProperties) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandPersonUpdateProperties) XXX_Merge

func (m *CommandPersonUpdateProperties) XXX_Merge(src proto.Message)

func (*CommandPersonUpdateProperties) XXX_Size

func (m *CommandPersonUpdateProperties) XXX_Size() int

func (*CommandPersonUpdateProperties) XXX_Unmarshal

func (m *CommandPersonUpdateProperties) XXX_Unmarshal(b []byte) error

type CommandSettingsUpdate

type CommandSettingsUpdate struct {
	PriceMajorEditSettingsUpdate               *IntUpdate `protobuf:"bytes,1,opt,name=priceMajorEditSettingsUpdate,proto3" json:"priceMajorEditSettingsUpdate,omitempty"`
	PriceMajorCreatePersonUpdate               *IntUpdate `protobuf:"bytes,2,opt,name=priceMajorCreatePersonUpdate,proto3" json:"priceMajorCreatePersonUpdate,omitempty"`
	PriceMajorChangePersonAuthorizationUpdate  *IntUpdate `` /* 135-byte string literal not displayed */
	PriceMajorChangeJournalAuthorizationUpdate *IntUpdate `` /* 137-byte string literal not displayed */
	PricePersonEditUpdate                      *IntUpdate `protobuf:"bytes,5,opt,name=pricePersonEditUpdate,proto3" json:"pricePersonEditUpdate,omitempty"`
	PriceAuthorSubmitNewManuscriptUpdate       *IntUpdate `protobuf:"bytes,6,opt,name=priceAuthorSubmitNewManuscriptUpdate,proto3" json:"priceAuthorSubmitNewManuscriptUpdate,omitempty"`
	PriceAuthorSubmitNewVersionUpdate          *IntUpdate `protobuf:"bytes,7,opt,name=priceAuthorSubmitNewVersionUpdate,proto3" json:"priceAuthorSubmitNewVersionUpdate,omitempty"`
	PriceAuthorAcceptAuthorshipUpdate          *IntUpdate `protobuf:"bytes,8,opt,name=priceAuthorAcceptAuthorshipUpdate,proto3" json:"priceAuthorAcceptAuthorshipUpdate,omitempty"`
	PriceReviewerSubmitUpdate                  *IntUpdate `protobuf:"bytes,9,opt,name=priceReviewerSubmitUpdate,proto3" json:"priceReviewerSubmitUpdate,omitempty"`
	PriceEditorAllowManuscriptReviewUpdate     *IntUpdate `` /* 130-byte string literal not displayed */
	PriceEditorRejectManuscriptUpdate          *IntUpdate `protobuf:"bytes,11,opt,name=priceEditorRejectManuscriptUpdate,proto3" json:"priceEditorRejectManuscriptUpdate,omitempty"`
	PriceEditorPublishManuscriptUpdate         *IntUpdate `protobuf:"bytes,12,opt,name=priceEditorPublishManuscriptUpdate,proto3" json:"priceEditorPublishManuscriptUpdate,omitempty"`
	PriceEditorAssignManuscriptUpdate          *IntUpdate `protobuf:"bytes,13,opt,name=priceEditorAssignManuscriptUpdate,proto3" json:"priceEditorAssignManuscriptUpdate,omitempty"`
	PriceEditorCreateJournalUpdate             *IntUpdate `protobuf:"bytes,14,opt,name=priceEditorCreateJournalUpdate,proto3" json:"priceEditorCreateJournalUpdate,omitempty"`
	PriceEditorCreateVolumeUpdate              *IntUpdate `protobuf:"bytes,15,opt,name=priceEditorCreateVolumeUpdate,proto3" json:"priceEditorCreateVolumeUpdate,omitempty"`
	PriceEditorEditJournalUpdate               *IntUpdate `protobuf:"bytes,16,opt,name=priceEditorEditJournalUpdate,proto3" json:"priceEditorEditJournalUpdate,omitempty"`
	PriceEditorAddColleagueUpdate              *IntUpdate `protobuf:"bytes,17,opt,name=priceEditorAddColleagueUpdate,proto3" json:"priceEditorAddColleagueUpdate,omitempty"`
	PriceEditorAcceptDutyUpdate                *IntUpdate `protobuf:"bytes,18,opt,name=priceEditorAcceptDutyUpdate,proto3" json:"priceEditorAcceptDutyUpdate,omitempty"`
	XXX_NoUnkeyedLiteral                       struct{}   `json:"-"`
	XXX_unrecognized                           []byte     `json:"-"`
	XXX_sizecache                              int32      `json:"-"`
}

func (*CommandSettingsUpdate) Descriptor

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

func (*CommandSettingsUpdate) GetPriceAuthorAcceptAuthorshipUpdate

func (m *CommandSettingsUpdate) GetPriceAuthorAcceptAuthorshipUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceAuthorSubmitNewManuscriptUpdate

func (m *CommandSettingsUpdate) GetPriceAuthorSubmitNewManuscriptUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceAuthorSubmitNewVersionUpdate

func (m *CommandSettingsUpdate) GetPriceAuthorSubmitNewVersionUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceEditorAcceptDutyUpdate

func (m *CommandSettingsUpdate) GetPriceEditorAcceptDutyUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceEditorAddColleagueUpdate

func (m *CommandSettingsUpdate) GetPriceEditorAddColleagueUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceEditorAllowManuscriptReviewUpdate

func (m *CommandSettingsUpdate) GetPriceEditorAllowManuscriptReviewUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceEditorAssignManuscriptUpdate

func (m *CommandSettingsUpdate) GetPriceEditorAssignManuscriptUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceEditorCreateJournalUpdate

func (m *CommandSettingsUpdate) GetPriceEditorCreateJournalUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceEditorCreateVolumeUpdate

func (m *CommandSettingsUpdate) GetPriceEditorCreateVolumeUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceEditorEditJournalUpdate

func (m *CommandSettingsUpdate) GetPriceEditorEditJournalUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceEditorPublishManuscriptUpdate

func (m *CommandSettingsUpdate) GetPriceEditorPublishManuscriptUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceEditorRejectManuscriptUpdate

func (m *CommandSettingsUpdate) GetPriceEditorRejectManuscriptUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceMajorChangeJournalAuthorizationUpdate

func (m *CommandSettingsUpdate) GetPriceMajorChangeJournalAuthorizationUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceMajorChangePersonAuthorizationUpdate

func (m *CommandSettingsUpdate) GetPriceMajorChangePersonAuthorizationUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceMajorCreatePersonUpdate

func (m *CommandSettingsUpdate) GetPriceMajorCreatePersonUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceMajorEditSettingsUpdate

func (m *CommandSettingsUpdate) GetPriceMajorEditSettingsUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPricePersonEditUpdate

func (m *CommandSettingsUpdate) GetPricePersonEditUpdate() *IntUpdate

func (*CommandSettingsUpdate) GetPriceReviewerSubmitUpdate

func (m *CommandSettingsUpdate) GetPriceReviewerSubmitUpdate() *IntUpdate

func (*CommandSettingsUpdate) ProtoMessage

func (*CommandSettingsUpdate) ProtoMessage()

func (*CommandSettingsUpdate) Reset

func (m *CommandSettingsUpdate) Reset()

func (*CommandSettingsUpdate) String

func (m *CommandSettingsUpdate) String() string

func (*CommandSettingsUpdate) XXX_DiscardUnknown

func (m *CommandSettingsUpdate) XXX_DiscardUnknown()

func (*CommandSettingsUpdate) XXX_Marshal

func (m *CommandSettingsUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandSettingsUpdate) XXX_Merge

func (m *CommandSettingsUpdate) XXX_Merge(src proto.Message)

func (*CommandSettingsUpdate) XXX_Size

func (m *CommandSettingsUpdate) XXX_Size() int

func (*CommandSettingsUpdate) XXX_Unmarshal

func (m *CommandSettingsUpdate) XXX_Unmarshal(b []byte) error

type CommandVolumeCreate

type CommandVolumeCreate struct {
	VolumeId               string   `protobuf:"bytes,1,opt,name=volumeId,proto3" json:"volumeId,omitempty"`
	JournalId              string   `protobuf:"bytes,2,opt,name=journalId,proto3" json:"journalId,omitempty"`
	Issue                  string   `protobuf:"bytes,3,opt,name=issue,proto3" json:"issue,omitempty"`
	LogicalPublicationTime int64    `protobuf:"varint,4,opt,name=logicalPublicationTime,proto3" json:"logicalPublicationTime,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*CommandVolumeCreate) Descriptor

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

func (*CommandVolumeCreate) GetIssue

func (m *CommandVolumeCreate) GetIssue() string

func (*CommandVolumeCreate) GetJournalId

func (m *CommandVolumeCreate) GetJournalId() string

func (*CommandVolumeCreate) GetLogicalPublicationTime

func (m *CommandVolumeCreate) GetLogicalPublicationTime() int64

func (*CommandVolumeCreate) GetVolumeId

func (m *CommandVolumeCreate) GetVolumeId() string

func (*CommandVolumeCreate) ProtoMessage

func (*CommandVolumeCreate) ProtoMessage()

func (*CommandVolumeCreate) Reset

func (m *CommandVolumeCreate) Reset()

func (*CommandVolumeCreate) String

func (m *CommandVolumeCreate) String() string

func (*CommandVolumeCreate) XXX_DiscardUnknown

func (m *CommandVolumeCreate) XXX_DiscardUnknown()

func (*CommandVolumeCreate) XXX_Marshal

func (m *CommandVolumeCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandVolumeCreate) XXX_Merge

func (m *CommandVolumeCreate) XXX_Merge(src proto.Message)

func (*CommandVolumeCreate) XXX_Size

func (m *CommandVolumeCreate) XXX_Size() int

func (*CommandVolumeCreate) XXX_Unmarshal

func (m *CommandVolumeCreate) XXX_Unmarshal(b []byte) error

type CommandWriteReview

type CommandWriteReview struct {
	ReviewId             string    `protobuf:"bytes,1,opt,name=reviewId,proto3" json:"reviewId,omitempty"`
	ManuscriptId         string    `protobuf:"bytes,2,opt,name=manuscriptId,proto3" json:"manuscriptId,omitempty"`
	Hash                 string    `protobuf:"bytes,3,opt,name=hash,proto3" json:"hash,omitempty"`
	Judgement            Judgement `protobuf:"varint,4,opt,name=judgement,proto3,enum=Judgement" json:"judgement,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*CommandWriteReview) Descriptor

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

func (*CommandWriteReview) GetHash

func (m *CommandWriteReview) GetHash() string

func (*CommandWriteReview) GetJudgement

func (m *CommandWriteReview) GetJudgement() Judgement

func (*CommandWriteReview) GetManuscriptId

func (m *CommandWriteReview) GetManuscriptId() string

func (*CommandWriteReview) GetReviewId

func (m *CommandWriteReview) GetReviewId() string

func (*CommandWriteReview) ProtoMessage

func (*CommandWriteReview) ProtoMessage()

func (*CommandWriteReview) Reset

func (m *CommandWriteReview) Reset()

func (*CommandWriteReview) String

func (m *CommandWriteReview) String() string

func (*CommandWriteReview) XXX_DiscardUnknown

func (m *CommandWriteReview) XXX_DiscardUnknown()

func (*CommandWriteReview) XXX_Marshal

func (m *CommandWriteReview) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CommandWriteReview) XXX_Merge

func (m *CommandWriteReview) XXX_Merge(src proto.Message)

func (*CommandWriteReview) XXX_Size

func (m *CommandWriteReview) XXX_Size() int

func (*CommandWriteReview) XXX_Unmarshal

func (m *CommandWriteReview) XXX_Unmarshal(b []byte) error

type Command_Bootstrap

type Command_Bootstrap struct {
	Bootstrap *CommandBootstrap `protobuf:"bytes,4,opt,name=bootstrap,proto3,oneof"`
}

type Command_CommandJournalCreate

type Command_CommandJournalCreate struct {
	CommandJournalCreate *CommandJournalCreate `protobuf:"bytes,5,opt,name=commandJournalCreate,proto3,oneof"`
}

type Command_CommandJournalEditorAcceptDuty

type Command_CommandJournalEditorAcceptDuty struct {
	CommandJournalEditorAcceptDuty *CommandJournalEditorAcceptDuty `protobuf:"bytes,8,opt,name=commandJournalEditorAcceptDuty,proto3,oneof"`
}

type Command_CommandJournalEditorInvite

type Command_CommandJournalEditorInvite struct {
	CommandJournalEditorInvite *CommandJournalEditorInvite `protobuf:"bytes,9,opt,name=commandJournalEditorInvite,proto3,oneof"`
}

type Command_CommandJournalEditorResign

type Command_CommandJournalEditorResign struct {
	CommandJournalEditorResign *CommandJournalEditorResign `protobuf:"bytes,10,opt,name=commandJournalEditorResign,proto3,oneof"`
}

type Command_CommandJournalUpdateAuthorization

type Command_CommandJournalUpdateAuthorization struct {
	CommandJournalUpdateAuthorization *CommandJournalUpdateAuthorization `protobuf:"bytes,7,opt,name=commandJournalUpdateAuthorization,proto3,oneof"`
}

type Command_CommandJournalUpdateProperties

type Command_CommandJournalUpdateProperties struct {
	CommandJournalUpdateProperties *CommandJournalUpdateProperties `protobuf:"bytes,6,opt,name=commandJournalUpdateProperties,proto3,oneof"`
}

type Command_CommandManuscriptAcceptAuthorship

type Command_CommandManuscriptAcceptAuthorship struct {
	CommandManuscriptAcceptAuthorship *CommandManuscriptAcceptAuthorship `protobuf:"bytes,19,opt,name=commandManuscriptAcceptAuthorship,proto3,oneof"`
}

type Command_CommandManuscriptAllowReview

type Command_CommandManuscriptAllowReview struct {
	CommandManuscriptAllowReview *CommandManuscriptAllowReview `protobuf:"bytes,20,opt,name=commandManuscriptAllowReview,proto3,oneof"`
}

type Command_CommandManuscriptAssign

type Command_CommandManuscriptAssign struct {
	CommandManuscriptAssign *CommandManuscriptAssign `protobuf:"bytes,23,opt,name=commandManuscriptAssign,proto3,oneof"`
}

type Command_CommandManuscriptCreate

type Command_CommandManuscriptCreate struct {
	CommandManuscriptCreate *CommandManuscriptCreate `protobuf:"bytes,17,opt,name=commandManuscriptCreate,proto3,oneof"`
}

type Command_CommandManuscriptCreateNewVersion

type Command_CommandManuscriptCreateNewVersion struct {
	CommandManuscriptCreateNewVersion *CommandManuscriptCreateNewVersion `protobuf:"bytes,18,opt,name=commandManuscriptCreateNewVersion,proto3,oneof"`
}

type Command_CommandManuscriptJudge

type Command_CommandManuscriptJudge struct {
	CommandManuscriptJudge *CommandManuscriptJudge `protobuf:"bytes,22,opt,name=commandManuscriptJudge,proto3,oneof"`
}

type Command_CommandPersonUpdateBalanceIncrement

type Command_CommandPersonUpdateBalanceIncrement struct {
	CommandPersonUpdateBalanceIncrement *CommandPersonUpdateBalanceIncrement `protobuf:"bytes,16,opt,name=commandPersonUpdateBalanceIncrement,proto3,oneof"`
}

type Command_CommandPersonUpdateProperties

type Command_CommandPersonUpdateProperties struct {
	CommandPersonUpdateProperties *CommandPersonUpdateProperties `protobuf:"bytes,14,opt,name=commandPersonUpdateProperties,proto3,oneof"`
}

type Command_CommandSettingsUpdate

type Command_CommandSettingsUpdate struct {
	CommandSettingsUpdate *CommandSettingsUpdate `protobuf:"bytes,12,opt,name=commandSettingsUpdate,proto3,oneof"`
}

type Command_CommandUpdateAuthorization

type Command_CommandUpdateAuthorization struct {
	CommandUpdateAuthorization *CommandPersonUpdateAuthorization `protobuf:"bytes,15,opt,name=commandUpdateAuthorization,proto3,oneof"`
}

type Command_CommandVolumeCreate

type Command_CommandVolumeCreate struct {
	CommandVolumeCreate *CommandVolumeCreate `protobuf:"bytes,11,opt,name=commandVolumeCreate,proto3,oneof"`
}

type Command_CommandWriteReview

type Command_CommandWriteReview struct {
	CommandWriteReview *CommandWriteReview `protobuf:"bytes,21,opt,name=commandWriteReview,proto3,oneof"`
}

type Command_PersonCreate

type Command_PersonCreate struct {
	PersonCreate *CommandPersonCreate `protobuf:"bytes,13,opt,name=personCreate,proto3,oneof"`
}

type EditorInfo

type EditorInfo struct {
	EditorId             string      `protobuf:"bytes,1,opt,name=editorId,proto3" json:"editorId,omitempty"`
	EditorState          EditorState `protobuf:"varint,2,opt,name=editorState,proto3,enum=EditorState" json:"editorState,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*EditorInfo) Descriptor

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

func (*EditorInfo) GetEditorId

func (m *EditorInfo) GetEditorId() string

func (*EditorInfo) GetEditorState

func (m *EditorInfo) GetEditorState() EditorState

func (*EditorInfo) ProtoMessage

func (*EditorInfo) ProtoMessage()

func (*EditorInfo) Reset

func (m *EditorInfo) Reset()

func (*EditorInfo) String

func (m *EditorInfo) String() string

func (*EditorInfo) XXX_DiscardUnknown

func (m *EditorInfo) XXX_DiscardUnknown()

func (*EditorInfo) XXX_Marshal

func (m *EditorInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EditorInfo) XXX_Merge

func (m *EditorInfo) XXX_Merge(src proto.Message)

func (*EditorInfo) XXX_Size

func (m *EditorInfo) XXX_Size() int

func (*EditorInfo) XXX_Unmarshal

func (m *EditorInfo) XXX_Unmarshal(b []byte) error

type EditorState

type EditorState int32
const (
	EditorState_editorProposed EditorState = 0
	EditorState_editorAccepted EditorState = 1
)

func (EditorState) EnumDescriptor

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

func (EditorState) String

func (x EditorState) String() string

type IntUpdate

type IntUpdate struct {
	OldValue             int32    `protobuf:"varint,1,opt,name=oldValue,proto3" json:"oldValue,omitempty"`
	NewValue             int32    `protobuf:"varint,2,opt,name=newValue,proto3" json:"newValue,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IntUpdate) Descriptor

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

func (*IntUpdate) GetNewValue

func (m *IntUpdate) GetNewValue() int32

func (*IntUpdate) GetOldValue

func (m *IntUpdate) GetOldValue() int32

func (*IntUpdate) ProtoMessage

func (*IntUpdate) ProtoMessage()

func (*IntUpdate) Reset

func (m *IntUpdate) Reset()

func (*IntUpdate) String

func (m *IntUpdate) String() string

func (*IntUpdate) XXX_DiscardUnknown

func (m *IntUpdate) XXX_DiscardUnknown()

func (*IntUpdate) XXX_Marshal

func (m *IntUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IntUpdate) XXX_Merge

func (m *IntUpdate) XXX_Merge(src proto.Message)

func (*IntUpdate) XXX_Size

func (m *IntUpdate) XXX_Size() int

func (*IntUpdate) XXX_Unmarshal

func (m *IntUpdate) XXX_Unmarshal(b []byte) error

type Judgement

type Judgement int32
const (
	Judgement_NEGATIVE Judgement = 0
	Judgement_POSITIVE Judgement = 1
)

func (Judgement) EnumDescriptor

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

func (Judgement) String

func (x Judgement) String() string

type ManuscriptJudgement

type ManuscriptJudgement int32
const (
	ManuscriptJudgement_judgementRejected ManuscriptJudgement = 0
	ManuscriptJudgement_judgementAccepted ManuscriptJudgement = 1
)

func (ManuscriptJudgement) EnumDescriptor

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

func (ManuscriptJudgement) String

func (x ManuscriptJudgement) String() string

type ManuscriptStatus

type ManuscriptStatus int32
const (
	ManuscriptStatus_init       ManuscriptStatus = 0
	ManuscriptStatus_new        ManuscriptStatus = 1
	ManuscriptStatus_reviewable ManuscriptStatus = 2
	ManuscriptStatus_rejected   ManuscriptStatus = 3
	ManuscriptStatus_published  ManuscriptStatus = 4
	ManuscriptStatus_assigned   ManuscriptStatus = 5
)

func GetManuscriptStatusCode

func GetManuscriptStatusCode(s string) ManuscriptStatus

func (ManuscriptStatus) EnumDescriptor

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

func (ManuscriptStatus) String

func (x ManuscriptStatus) String() string

type PriceList

type PriceList struct {
	PriceMajorEditSettings               int32    `protobuf:"varint,1,opt,name=priceMajorEditSettings,proto3" json:"priceMajorEditSettings,omitempty"`
	PriceMajorCreatePerson               int32    `protobuf:"varint,2,opt,name=priceMajorCreatePerson,proto3" json:"priceMajorCreatePerson,omitempty"`
	PriceMajorChangePersonAuthorization  int32    `protobuf:"varint,3,opt,name=priceMajorChangePersonAuthorization,proto3" json:"priceMajorChangePersonAuthorization,omitempty"`
	PriceMajorChangeJournalAuthorization int32    `` /* 126-byte string literal not displayed */
	PricePersonEdit                      int32    `protobuf:"varint,5,opt,name=pricePersonEdit,proto3" json:"pricePersonEdit,omitempty"`
	PriceAuthorSubmitNewManuscript       int32    `protobuf:"varint,6,opt,name=priceAuthorSubmitNewManuscript,proto3" json:"priceAuthorSubmitNewManuscript,omitempty"`
	PriceAuthorSubmitNewVersion          int32    `protobuf:"varint,7,opt,name=priceAuthorSubmitNewVersion,proto3" json:"priceAuthorSubmitNewVersion,omitempty"`
	PriceAuthorAcceptAuthorship          int32    `protobuf:"varint,8,opt,name=priceAuthorAcceptAuthorship,proto3" json:"priceAuthorAcceptAuthorship,omitempty"`
	PriceReviewerSubmit                  int32    `protobuf:"varint,9,opt,name=priceReviewerSubmit,proto3" json:"priceReviewerSubmit,omitempty"`
	PriceEditorAllowManuscriptReview     int32    `protobuf:"varint,10,opt,name=priceEditorAllowManuscriptReview,proto3" json:"priceEditorAllowManuscriptReview,omitempty"`
	PriceEditorRejectManuscript          int32    `protobuf:"varint,11,opt,name=priceEditorRejectManuscript,proto3" json:"priceEditorRejectManuscript,omitempty"`
	PriceEditorPublishManuscript         int32    `protobuf:"varint,12,opt,name=priceEditorPublishManuscript,proto3" json:"priceEditorPublishManuscript,omitempty"`
	PriceEditorAssignManuscript          int32    `protobuf:"varint,13,opt,name=priceEditorAssignManuscript,proto3" json:"priceEditorAssignManuscript,omitempty"`
	PriceEditorCreateJournal             int32    `protobuf:"varint,14,opt,name=priceEditorCreateJournal,proto3" json:"priceEditorCreateJournal,omitempty"`
	PriceEditorCreateVolume              int32    `protobuf:"varint,15,opt,name=priceEditorCreateVolume,proto3" json:"priceEditorCreateVolume,omitempty"`
	PriceEditorEditJournal               int32    `protobuf:"varint,16,opt,name=priceEditorEditJournal,proto3" json:"priceEditorEditJournal,omitempty"`
	PriceEditorAddColleague              int32    `protobuf:"varint,17,opt,name=priceEditorAddColleague,proto3" json:"priceEditorAddColleague,omitempty"`
	PriceEditorAcceptDuty                int32    `protobuf:"varint,18,opt,name=priceEditorAcceptDuty,proto3" json:"priceEditorAcceptDuty,omitempty"`
	XXX_NoUnkeyedLiteral                 struct{} `json:"-"`
	XXX_unrecognized                     []byte   `json:"-"`
	XXX_sizecache                        int32    `json:"-"`
}

func (*PriceList) Descriptor

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

func (*PriceList) GetPriceAuthorAcceptAuthorship

func (m *PriceList) GetPriceAuthorAcceptAuthorship() int32

func (*PriceList) GetPriceAuthorSubmitNewManuscript

func (m *PriceList) GetPriceAuthorSubmitNewManuscript() int32

func (*PriceList) GetPriceAuthorSubmitNewVersion

func (m *PriceList) GetPriceAuthorSubmitNewVersion() int32

func (*PriceList) GetPriceEditorAcceptDuty

func (m *PriceList) GetPriceEditorAcceptDuty() int32

func (*PriceList) GetPriceEditorAddColleague

func (m *PriceList) GetPriceEditorAddColleague() int32

func (*PriceList) GetPriceEditorAllowManuscriptReview

func (m *PriceList) GetPriceEditorAllowManuscriptReview() int32

func (*PriceList) GetPriceEditorAssignManuscript

func (m *PriceList) GetPriceEditorAssignManuscript() int32

func (*PriceList) GetPriceEditorCreateJournal

func (m *PriceList) GetPriceEditorCreateJournal() int32

func (*PriceList) GetPriceEditorCreateVolume

func (m *PriceList) GetPriceEditorCreateVolume() int32

func (*PriceList) GetPriceEditorEditJournal

func (m *PriceList) GetPriceEditorEditJournal() int32

func (*PriceList) GetPriceEditorPublishManuscript

func (m *PriceList) GetPriceEditorPublishManuscript() int32

func (*PriceList) GetPriceEditorRejectManuscript

func (m *PriceList) GetPriceEditorRejectManuscript() int32

func (*PriceList) GetPriceMajorChangeJournalAuthorization

func (m *PriceList) GetPriceMajorChangeJournalAuthorization() int32

func (*PriceList) GetPriceMajorChangePersonAuthorization

func (m *PriceList) GetPriceMajorChangePersonAuthorization() int32

func (*PriceList) GetPriceMajorCreatePerson

func (m *PriceList) GetPriceMajorCreatePerson() int32

func (*PriceList) GetPriceMajorEditSettings

func (m *PriceList) GetPriceMajorEditSettings() int32

func (*PriceList) GetPricePersonEdit

func (m *PriceList) GetPricePersonEdit() int32

func (*PriceList) GetPriceReviewerSubmit

func (m *PriceList) GetPriceReviewerSubmit() int32

func (*PriceList) ProtoMessage

func (*PriceList) ProtoMessage()

func (*PriceList) Reset

func (m *PriceList) Reset()

func (*PriceList) String

func (m *PriceList) String() string

func (*PriceList) XXX_DiscardUnknown

func (m *PriceList) XXX_DiscardUnknown()

func (*PriceList) XXX_Marshal

func (m *PriceList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PriceList) XXX_Merge

func (m *PriceList) XXX_Merge(src proto.Message)

func (*PriceList) XXX_Size

func (m *PriceList) XXX_Size() int

func (*PriceList) XXX_Unmarshal

func (m *PriceList) XXX_Unmarshal(b []byte) error

type StateJournal

type StateJournal struct {
	Id                   string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedOn            int64         `protobuf:"varint,2,opt,name=createdOn,proto3" json:"createdOn,omitempty"`
	ModifiedOn           int64         `protobuf:"varint,3,opt,name=modifiedOn,proto3" json:"modifiedOn,omitempty"`
	Title                string        `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	IsSigned             bool          `protobuf:"varint,5,opt,name=isSigned,proto3" json:"isSigned,omitempty"`
	DescriptionHash      string        `protobuf:"bytes,6,opt,name=descriptionHash,proto3" json:"descriptionHash,omitempty"`
	EditorInfo           []*EditorInfo `protobuf:"bytes,7,rep,name=editorInfo,proto3" json:"editorInfo,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*StateJournal) Descriptor

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

func (*StateJournal) GetCreatedOn

func (m *StateJournal) GetCreatedOn() int64

func (*StateJournal) GetDescriptionHash

func (m *StateJournal) GetDescriptionHash() string

func (*StateJournal) GetEditorInfo

func (m *StateJournal) GetEditorInfo() []*EditorInfo

func (*StateJournal) GetId

func (m *StateJournal) GetId() string

func (*StateJournal) GetIsSigned

func (m *StateJournal) GetIsSigned() bool

func (*StateJournal) GetModifiedOn

func (m *StateJournal) GetModifiedOn() int64

func (*StateJournal) GetTitle

func (m *StateJournal) GetTitle() string

func (*StateJournal) ProtoMessage

func (*StateJournal) ProtoMessage()

func (*StateJournal) Reset

func (m *StateJournal) Reset()

func (*StateJournal) String

func (m *StateJournal) String() string

func (*StateJournal) XXX_DiscardUnknown

func (m *StateJournal) XXX_DiscardUnknown()

func (*StateJournal) XXX_Marshal

func (m *StateJournal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StateJournal) XXX_Merge

func (m *StateJournal) XXX_Merge(src proto.Message)

func (*StateJournal) XXX_Size

func (m *StateJournal) XXX_Size() int

func (*StateJournal) XXX_Unmarshal

func (m *StateJournal) XXX_Unmarshal(b []byte) error

type StateManuscript

type StateManuscript struct {
	Id                   string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedOn            int64            `protobuf:"varint,2,opt,name=createdOn,proto3" json:"createdOn,omitempty"`
	ModifiedOn           int64            `protobuf:"varint,3,opt,name=modifiedOn,proto3" json:"modifiedOn,omitempty"`
	Hash                 string           `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
	ThreadId             string           `protobuf:"bytes,5,opt,name=threadId,proto3" json:"threadId,omitempty"`
	VersionNumber        int32            `protobuf:"varint,6,opt,name=versionNumber,proto3" json:"versionNumber,omitempty"`
	CommitMsg            string           `protobuf:"bytes,7,opt,name=commitMsg,proto3" json:"commitMsg,omitempty"`
	Title                string           `protobuf:"bytes,8,opt,name=title,proto3" json:"title,omitempty"`
	Author               []*Author        `protobuf:"bytes,9,rep,name=author,proto3" json:"author,omitempty"`
	Status               ManuscriptStatus `protobuf:"varint,10,opt,name=status,proto3,enum=ManuscriptStatus" json:"status,omitempty"`
	JournalId            string           `protobuf:"bytes,11,opt,name=journalId,proto3" json:"journalId,omitempty"`
	VolumeId             string           `protobuf:"bytes,12,opt,name=volumeId,proto3" json:"volumeId,omitempty"`
	FirstPage            string           `protobuf:"bytes,13,opt,name=firstPage,proto3" json:"firstPage,omitempty"`
	LastPage             string           `protobuf:"bytes,14,opt,name=lastPage,proto3" json:"lastPage,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*StateManuscript) Descriptor

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

func (*StateManuscript) GetAuthor

func (m *StateManuscript) GetAuthor() []*Author

func (*StateManuscript) GetCommitMsg

func (m *StateManuscript) GetCommitMsg() string

func (*StateManuscript) GetCreatedOn

func (m *StateManuscript) GetCreatedOn() int64

func (*StateManuscript) GetFirstPage

func (m *StateManuscript) GetFirstPage() string

func (*StateManuscript) GetHash

func (m *StateManuscript) GetHash() string

func (*StateManuscript) GetId

func (m *StateManuscript) GetId() string

func (*StateManuscript) GetJournalId

func (m *StateManuscript) GetJournalId() string

func (*StateManuscript) GetLastPage

func (m *StateManuscript) GetLastPage() string

func (*StateManuscript) GetModifiedOn

func (m *StateManuscript) GetModifiedOn() int64

func (*StateManuscript) GetStatus

func (m *StateManuscript) GetStatus() ManuscriptStatus

func (*StateManuscript) GetThreadId

func (m *StateManuscript) GetThreadId() string

func (*StateManuscript) GetTitle

func (m *StateManuscript) GetTitle() string

func (*StateManuscript) GetVersionNumber

func (m *StateManuscript) GetVersionNumber() int32

func (*StateManuscript) GetVolumeId

func (m *StateManuscript) GetVolumeId() string

func (*StateManuscript) ProtoMessage

func (*StateManuscript) ProtoMessage()

func (*StateManuscript) Reset

func (m *StateManuscript) Reset()

func (*StateManuscript) String

func (m *StateManuscript) String() string

func (*StateManuscript) XXX_DiscardUnknown

func (m *StateManuscript) XXX_DiscardUnknown()

func (*StateManuscript) XXX_Marshal

func (m *StateManuscript) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StateManuscript) XXX_Merge

func (m *StateManuscript) XXX_Merge(src proto.Message)

func (*StateManuscript) XXX_Size

func (m *StateManuscript) XXX_Size() int

func (*StateManuscript) XXX_Unmarshal

func (m *StateManuscript) XXX_Unmarshal(b []byte) error

type StateManuscriptThread

type StateManuscriptThread struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ManuscriptId         []string `protobuf:"bytes,2,rep,name=manuscriptId,proto3" json:"manuscriptId,omitempty"`
	IsReviewable         bool     `protobuf:"varint,3,opt,name=isReviewable,proto3" json:"isReviewable,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StateManuscriptThread) Descriptor

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

func (*StateManuscriptThread) GetId

func (m *StateManuscriptThread) GetId() string

func (*StateManuscriptThread) GetIsReviewable

func (m *StateManuscriptThread) GetIsReviewable() bool

func (*StateManuscriptThread) GetManuscriptId

func (m *StateManuscriptThread) GetManuscriptId() []string

func (*StateManuscriptThread) ProtoMessage

func (*StateManuscriptThread) ProtoMessage()

func (*StateManuscriptThread) Reset

func (m *StateManuscriptThread) Reset()

func (*StateManuscriptThread) String

func (m *StateManuscriptThread) String() string

func (*StateManuscriptThread) XXX_DiscardUnknown

func (m *StateManuscriptThread) XXX_DiscardUnknown()

func (*StateManuscriptThread) XXX_Marshal

func (m *StateManuscriptThread) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StateManuscriptThread) XXX_Merge

func (m *StateManuscriptThread) XXX_Merge(src proto.Message)

func (*StateManuscriptThread) XXX_Size

func (m *StateManuscriptThread) XXX_Size() int

func (*StateManuscriptThread) XXX_Unmarshal

func (m *StateManuscriptThread) XXX_Unmarshal(b []byte) error

type StatePerson

type StatePerson struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedOn            int64    `protobuf:"varint,2,opt,name=createdOn,proto3" json:"createdOn,omitempty"`
	ModifiedOn           int64    `protobuf:"varint,3,opt,name=modifiedOn,proto3" json:"modifiedOn,omitempty"`
	PublicKey            string   `protobuf:"bytes,4,opt,name=publicKey,proto3" json:"publicKey,omitempty"`
	Name                 string   `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Email                string   `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"`
	IsMajor              bool     `protobuf:"varint,7,opt,name=isMajor,proto3" json:"isMajor,omitempty"`
	IsSigned             bool     `protobuf:"varint,8,opt,name=isSigned,proto3" json:"isSigned,omitempty"`
	Balance              int32    `protobuf:"varint,9,opt,name=balance,proto3" json:"balance,omitempty"`
	BiographyHash        string   `protobuf:"bytes,10,opt,name=biographyHash,proto3" json:"biographyHash,omitempty"`
	Organization         string   `protobuf:"bytes,12,opt,name=organization,proto3" json:"organization,omitempty"`
	Telephone            string   `protobuf:"bytes,13,opt,name=telephone,proto3" json:"telephone,omitempty"`
	Address              string   `protobuf:"bytes,14,opt,name=address,proto3" json:"address,omitempty"`
	PostalCode           string   `protobuf:"bytes,15,opt,name=postalCode,proto3" json:"postalCode,omitempty"`
	Country              string   `protobuf:"bytes,16,opt,name=country,proto3" json:"country,omitempty"`
	ExtraInfo            string   `protobuf:"bytes,17,opt,name=extraInfo,proto3" json:"extraInfo,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StatePerson) Descriptor

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

func (*StatePerson) GetAddress

func (m *StatePerson) GetAddress() string

func (*StatePerson) GetBalance

func (m *StatePerson) GetBalance() int32

func (*StatePerson) GetBiographyHash

func (m *StatePerson) GetBiographyHash() string

func (*StatePerson) GetCountry

func (m *StatePerson) GetCountry() string

func (*StatePerson) GetCreatedOn

func (m *StatePerson) GetCreatedOn() int64

func (*StatePerson) GetEmail

func (m *StatePerson) GetEmail() string

func (*StatePerson) GetExtraInfo

func (m *StatePerson) GetExtraInfo() string

func (*StatePerson) GetId

func (m *StatePerson) GetId() string

func (*StatePerson) GetIsMajor

func (m *StatePerson) GetIsMajor() bool

func (*StatePerson) GetIsSigned

func (m *StatePerson) GetIsSigned() bool

func (*StatePerson) GetModifiedOn

func (m *StatePerson) GetModifiedOn() int64

func (*StatePerson) GetName

func (m *StatePerson) GetName() string

func (*StatePerson) GetOrganization

func (m *StatePerson) GetOrganization() string

func (*StatePerson) GetPostalCode

func (m *StatePerson) GetPostalCode() string

func (*StatePerson) GetPublicKey

func (m *StatePerson) GetPublicKey() string

func (*StatePerson) GetTelephone

func (m *StatePerson) GetTelephone() string

func (*StatePerson) ProtoMessage

func (*StatePerson) ProtoMessage()

func (*StatePerson) Reset

func (m *StatePerson) Reset()

func (*StatePerson) String

func (m *StatePerson) String() string

func (*StatePerson) XXX_DiscardUnknown

func (m *StatePerson) XXX_DiscardUnknown()

func (*StatePerson) XXX_Marshal

func (m *StatePerson) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StatePerson) XXX_Merge

func (m *StatePerson) XXX_Merge(src proto.Message)

func (*StatePerson) XXX_Size

func (m *StatePerson) XXX_Size() int

func (*StatePerson) XXX_Unmarshal

func (m *StatePerson) XXX_Unmarshal(b []byte) error

type StateReview

type StateReview struct {
	Id                   string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedOn            int64     `protobuf:"varint,2,opt,name=createdOn,proto3" json:"createdOn,omitempty"`
	ManuscriptId         string    `protobuf:"bytes,3,opt,name=manuscriptId,proto3" json:"manuscriptId,omitempty"`
	ReviewAuthorId       string    `protobuf:"bytes,4,opt,name=reviewAuthorId,proto3" json:"reviewAuthorId,omitempty"`
	Hash                 string    `protobuf:"bytes,5,opt,name=hash,proto3" json:"hash,omitempty"`
	Judgement            Judgement `protobuf:"varint,6,opt,name=judgement,proto3,enum=Judgement" json:"judgement,omitempty"`
	IsUsedByEditor       bool      `protobuf:"varint,7,opt,name=isUsedByEditor,proto3" json:"isUsedByEditor,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*StateReview) Descriptor

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

func (*StateReview) GetCreatedOn

func (m *StateReview) GetCreatedOn() int64

func (*StateReview) GetHash

func (m *StateReview) GetHash() string

func (*StateReview) GetId

func (m *StateReview) GetId() string

func (*StateReview) GetIsUsedByEditor

func (m *StateReview) GetIsUsedByEditor() bool

func (*StateReview) GetJudgement

func (m *StateReview) GetJudgement() Judgement

func (*StateReview) GetManuscriptId

func (m *StateReview) GetManuscriptId() string

func (*StateReview) GetReviewAuthorId

func (m *StateReview) GetReviewAuthorId() string

func (*StateReview) ProtoMessage

func (*StateReview) ProtoMessage()

func (*StateReview) Reset

func (m *StateReview) Reset()

func (*StateReview) String

func (m *StateReview) String() string

func (*StateReview) XXX_DiscardUnknown

func (m *StateReview) XXX_DiscardUnknown()

func (*StateReview) XXX_Marshal

func (m *StateReview) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StateReview) XXX_Merge

func (m *StateReview) XXX_Merge(src proto.Message)

func (*StateReview) XXX_Size

func (m *StateReview) XXX_Size() int

func (*StateReview) XXX_Unmarshal

func (m *StateReview) XXX_Unmarshal(b []byte) error

type StateSettings

type StateSettings struct {
	CreatedOn            int64      `protobuf:"varint,1,opt,name=createdOn,proto3" json:"createdOn,omitempty"`
	ModifiedOn           int64      `protobuf:"varint,2,opt,name=modifiedOn,proto3" json:"modifiedOn,omitempty"`
	PriceList            *PriceList `protobuf:"bytes,3,opt,name=priceList,proto3" json:"priceList,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*StateSettings) Descriptor

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

func (*StateSettings) GetCreatedOn

func (m *StateSettings) GetCreatedOn() int64

func (*StateSettings) GetModifiedOn

func (m *StateSettings) GetModifiedOn() int64

func (*StateSettings) GetPriceList

func (m *StateSettings) GetPriceList() *PriceList

func (*StateSettings) ProtoMessage

func (*StateSettings) ProtoMessage()

func (*StateSettings) Reset

func (m *StateSettings) Reset()

func (*StateSettings) String

func (m *StateSettings) String() string

func (*StateSettings) XXX_DiscardUnknown

func (m *StateSettings) XXX_DiscardUnknown()

func (*StateSettings) XXX_Marshal

func (m *StateSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StateSettings) XXX_Merge

func (m *StateSettings) XXX_Merge(src proto.Message)

func (*StateSettings) XXX_Size

func (m *StateSettings) XXX_Size() int

func (*StateSettings) XXX_Unmarshal

func (m *StateSettings) XXX_Unmarshal(b []byte) error

type StateVolume

type StateVolume struct {
	Id                     string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedOn              int64    `protobuf:"varint,2,opt,name=createdOn,proto3" json:"createdOn,omitempty"`
	JournalId              string   `protobuf:"bytes,3,opt,name=journalId,proto3" json:"journalId,omitempty"`
	Issue                  string   `protobuf:"bytes,4,opt,name=issue,proto3" json:"issue,omitempty"`
	LogicalPublicationTime int64    `protobuf:"varint,5,opt,name=logicalPublicationTime,proto3" json:"logicalPublicationTime,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*StateVolume) Descriptor

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

func (*StateVolume) GetCreatedOn

func (m *StateVolume) GetCreatedOn() int64

func (*StateVolume) GetId

func (m *StateVolume) GetId() string

func (*StateVolume) GetIssue

func (m *StateVolume) GetIssue() string

func (*StateVolume) GetJournalId

func (m *StateVolume) GetJournalId() string

func (*StateVolume) GetLogicalPublicationTime

func (m *StateVolume) GetLogicalPublicationTime() int64

func (*StateVolume) ProtoMessage

func (*StateVolume) ProtoMessage()

func (*StateVolume) Reset

func (m *StateVolume) Reset()

func (*StateVolume) String

func (m *StateVolume) String() string

func (*StateVolume) XXX_DiscardUnknown

func (m *StateVolume) XXX_DiscardUnknown()

func (*StateVolume) XXX_Marshal

func (m *StateVolume) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StateVolume) XXX_Merge

func (m *StateVolume) XXX_Merge(src proto.Message)

func (*StateVolume) XXX_Size

func (m *StateVolume) XXX_Size() int

func (*StateVolume) XXX_Unmarshal

func (m *StateVolume) XXX_Unmarshal(b []byte) error

type StringUpdate

type StringUpdate struct {
	OldValue             string   `protobuf:"bytes,1,opt,name=oldValue,proto3" json:"oldValue,omitempty"`
	NewValue             string   `protobuf:"bytes,2,opt,name=newValue,proto3" json:"newValue,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StringUpdate) Descriptor

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

func (*StringUpdate) GetNewValue

func (m *StringUpdate) GetNewValue() string

func (*StringUpdate) GetOldValue

func (m *StringUpdate) GetOldValue() string

func (*StringUpdate) ProtoMessage

func (*StringUpdate) ProtoMessage()

func (*StringUpdate) Reset

func (m *StringUpdate) Reset()

func (*StringUpdate) String

func (m *StringUpdate) String() string

func (*StringUpdate) XXX_DiscardUnknown

func (m *StringUpdate) XXX_DiscardUnknown()

func (*StringUpdate) XXX_Marshal

func (m *StringUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*StringUpdate) XXX_Merge

func (m *StringUpdate) XXX_Merge(src proto.Message)

func (*StringUpdate) XXX_Size

func (m *StringUpdate) XXX_Size() int

func (*StringUpdate) XXX_Unmarshal

func (m *StringUpdate) XXX_Unmarshal(b []byte) error

type ThreadReferenceItem

type ThreadReferenceItem struct {
	ManuscriptId         string           `protobuf:"bytes,1,opt,name=manuscriptId,proto3" json:"manuscriptId,omitempty"`
	ManuscriptStatus     ManuscriptStatus `protobuf:"varint,2,opt,name=manuscriptStatus,proto3,enum=ManuscriptStatus" json:"manuscriptStatus,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ThreadReferenceItem) Descriptor

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

func (*ThreadReferenceItem) GetManuscriptId

func (m *ThreadReferenceItem) GetManuscriptId() string

func (*ThreadReferenceItem) GetManuscriptStatus

func (m *ThreadReferenceItem) GetManuscriptStatus() ManuscriptStatus

func (*ThreadReferenceItem) ProtoMessage

func (*ThreadReferenceItem) ProtoMessage()

func (*ThreadReferenceItem) Reset

func (m *ThreadReferenceItem) Reset()

func (*ThreadReferenceItem) String

func (m *ThreadReferenceItem) String() string

func (*ThreadReferenceItem) XXX_DiscardUnknown

func (m *ThreadReferenceItem) XXX_DiscardUnknown()

func (*ThreadReferenceItem) XXX_Marshal

func (m *ThreadReferenceItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ThreadReferenceItem) XXX_Merge

func (m *ThreadReferenceItem) XXX_Merge(src proto.Message)

func (*ThreadReferenceItem) XXX_Size

func (m *ThreadReferenceItem) XXX_Size() int

func (*ThreadReferenceItem) XXX_Unmarshal

func (m *ThreadReferenceItem) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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