Documentation ¶
Index ¶
- Constants
- Variables
- func CreateJournalAddress() string
- func CreateManuscriptAddress() string
- func CreateManuscriptThreadAddress() string
- func CreatePersonAddress() string
- func CreateReviewAddress() string
- func CreateVolumeAddress() string
- func GetCurrentTime() int64
- func GetEditorStateString(value EditorState) string
- func GetJudgementString(judgement Judgement) string
- func GetManuscriptJudgementString(judgement ManuscriptJudgement) string
- func GetManuscriptStatusString(status ManuscriptStatus) string
- func GetSettingsAddress() string
- func HashBytes(bytes []byte) string
- func Hexdigest(s string) string
- func IsJournalAddress(address string) bool
- func IsManuscriptAddress(address string) bool
- func IsManuscriptThreadAddress(address string) bool
- func IsPersonAddress(address string) bool
- func IsReviewAddress(address string) bool
- func IsVolumeAddress(address string) bool
- type Author
- func (*Author) Descriptor() ([]byte, []int)
- func (m *Author) GetAuthorId() string
- func (m *Author) GetAuthorNumber() int32
- func (m *Author) GetDidSign() bool
- func (*Author) ProtoMessage()
- func (m *Author) Reset()
- func (m *Author) String() string
- func (m *Author) XXX_DiscardUnknown()
- func (m *Author) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Author) XXX_Merge(src proto.Message)
- func (m *Author) XXX_Size() int
- func (m *Author) XXX_Unmarshal(b []byte) error
- type BoolUpdate
- type Command
- func (*Command) Descriptor() ([]byte, []int)
- func (m *Command) GetBody() isCommand_Body
- func (m *Command) GetBootstrap() *CommandBootstrap
- func (m *Command) GetCommandJournalCreate() *CommandJournalCreate
- func (m *Command) GetCommandJournalEditorAcceptDuty() *CommandJournalEditorAcceptDuty
- func (m *Command) GetCommandJournalEditorInvite() *CommandJournalEditorInvite
- func (m *Command) GetCommandJournalEditorResign() *CommandJournalEditorResign
- func (m *Command) GetCommandJournalUpdateAuthorization() *CommandJournalUpdateAuthorization
- func (m *Command) GetCommandJournalUpdateProperties() *CommandJournalUpdateProperties
- func (m *Command) GetCommandManuscriptAcceptAuthorship() *CommandManuscriptAcceptAuthorship
- func (m *Command) GetCommandManuscriptAllowReview() *CommandManuscriptAllowReview
- func (m *Command) GetCommandManuscriptAssign() *CommandManuscriptAssign
- func (m *Command) GetCommandManuscriptCreate() *CommandManuscriptCreate
- func (m *Command) GetCommandManuscriptCreateNewVersion() *CommandManuscriptCreateNewVersion
- func (m *Command) GetCommandManuscriptJudge() *CommandManuscriptJudge
- func (m *Command) GetCommandPersonUpdateBalanceIncrement() *CommandPersonUpdateBalanceIncrement
- func (m *Command) GetCommandPersonUpdateProperties() *CommandPersonUpdateProperties
- func (m *Command) GetCommandSettingsUpdate() *CommandSettingsUpdate
- func (m *Command) GetCommandUpdateAuthorization() *CommandPersonUpdateAuthorization
- func (m *Command) GetCommandVolumeCreate() *CommandVolumeCreate
- func (m *Command) GetCommandWriteReview() *CommandWriteReview
- func (m *Command) GetPersonCreate() *CommandPersonCreate
- func (m *Command) GetPrice() int32
- func (m *Command) GetSigner() string
- func (m *Command) GetTimestamp() int64
- func (*Command) ProtoMessage()
- func (m *Command) Reset()
- func (m *Command) String() string
- func (m *Command) XXX_DiscardUnknown()
- func (m *Command) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Command) XXX_Merge(src proto.Message)
- func (*Command) XXX_OneofWrappers() []interface{}
- func (m *Command) XXX_Size() int
- func (m *Command) XXX_Unmarshal(b []byte) error
- type CommandBootstrap
- func (*CommandBootstrap) Descriptor() ([]byte, []int)
- func (m *CommandBootstrap) GetFirstMajor() *CommandPersonCreate
- func (m *CommandBootstrap) GetPriceList() *PriceList
- func (*CommandBootstrap) ProtoMessage()
- func (m *CommandBootstrap) Reset()
- func (m *CommandBootstrap) String() string
- func (m *CommandBootstrap) XXX_DiscardUnknown()
- func (m *CommandBootstrap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandBootstrap) XXX_Merge(src proto.Message)
- func (m *CommandBootstrap) XXX_Size() int
- func (m *CommandBootstrap) XXX_Unmarshal(b []byte) error
- type CommandJournalCreate
- func (*CommandJournalCreate) Descriptor() ([]byte, []int)
- func (m *CommandJournalCreate) GetDescriptionHash() string
- func (m *CommandJournalCreate) GetJournalId() string
- func (m *CommandJournalCreate) GetTitle() string
- func (*CommandJournalCreate) ProtoMessage()
- func (m *CommandJournalCreate) Reset()
- func (m *CommandJournalCreate) String() string
- func (m *CommandJournalCreate) XXX_DiscardUnknown()
- func (m *CommandJournalCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandJournalCreate) XXX_Merge(src proto.Message)
- func (m *CommandJournalCreate) XXX_Size() int
- func (m *CommandJournalCreate) XXX_Unmarshal(b []byte) error
- type CommandJournalEditorAcceptDuty
- func (*CommandJournalEditorAcceptDuty) Descriptor() ([]byte, []int)
- func (m *CommandJournalEditorAcceptDuty) GetJournalId() string
- func (*CommandJournalEditorAcceptDuty) ProtoMessage()
- func (m *CommandJournalEditorAcceptDuty) Reset()
- func (m *CommandJournalEditorAcceptDuty) String() string
- func (m *CommandJournalEditorAcceptDuty) XXX_DiscardUnknown()
- func (m *CommandJournalEditorAcceptDuty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandJournalEditorAcceptDuty) XXX_Merge(src proto.Message)
- func (m *CommandJournalEditorAcceptDuty) XXX_Size() int
- func (m *CommandJournalEditorAcceptDuty) XXX_Unmarshal(b []byte) error
- type CommandJournalEditorInvite
- func (*CommandJournalEditorInvite) Descriptor() ([]byte, []int)
- func (m *CommandJournalEditorInvite) GetInvitedEditorId() string
- func (m *CommandJournalEditorInvite) GetJournalId() string
- func (*CommandJournalEditorInvite) ProtoMessage()
- func (m *CommandJournalEditorInvite) Reset()
- func (m *CommandJournalEditorInvite) String() string
- func (m *CommandJournalEditorInvite) XXX_DiscardUnknown()
- func (m *CommandJournalEditorInvite) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandJournalEditorInvite) XXX_Merge(src proto.Message)
- func (m *CommandJournalEditorInvite) XXX_Size() int
- func (m *CommandJournalEditorInvite) XXX_Unmarshal(b []byte) error
- type CommandJournalEditorResign
- func (*CommandJournalEditorResign) Descriptor() ([]byte, []int)
- func (m *CommandJournalEditorResign) GetJournalId() string
- func (*CommandJournalEditorResign) ProtoMessage()
- func (m *CommandJournalEditorResign) Reset()
- func (m *CommandJournalEditorResign) String() string
- func (m *CommandJournalEditorResign) XXX_DiscardUnknown()
- func (m *CommandJournalEditorResign) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandJournalEditorResign) XXX_Merge(src proto.Message)
- func (m *CommandJournalEditorResign) XXX_Size() int
- func (m *CommandJournalEditorResign) XXX_Unmarshal(b []byte) error
- type CommandJournalUpdateAuthorization
- func (*CommandJournalUpdateAuthorization) Descriptor() ([]byte, []int)
- func (m *CommandJournalUpdateAuthorization) GetJournalId() string
- func (m *CommandJournalUpdateAuthorization) GetMakeSigned() bool
- func (*CommandJournalUpdateAuthorization) ProtoMessage()
- func (m *CommandJournalUpdateAuthorization) Reset()
- func (m *CommandJournalUpdateAuthorization) String() string
- func (m *CommandJournalUpdateAuthorization) XXX_DiscardUnknown()
- func (m *CommandJournalUpdateAuthorization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandJournalUpdateAuthorization) XXX_Merge(src proto.Message)
- func (m *CommandJournalUpdateAuthorization) XXX_Size() int
- func (m *CommandJournalUpdateAuthorization) XXX_Unmarshal(b []byte) error
- type CommandJournalUpdateProperties
- func (*CommandJournalUpdateProperties) Descriptor() ([]byte, []int)
- func (m *CommandJournalUpdateProperties) GetDescriptionHashUpdate() *StringUpdate
- func (m *CommandJournalUpdateProperties) GetJournalId() string
- func (m *CommandJournalUpdateProperties) GetTitleUpdate() *StringUpdate
- func (*CommandJournalUpdateProperties) ProtoMessage()
- func (m *CommandJournalUpdateProperties) Reset()
- func (m *CommandJournalUpdateProperties) String() string
- func (m *CommandJournalUpdateProperties) XXX_DiscardUnknown()
- func (m *CommandJournalUpdateProperties) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandJournalUpdateProperties) XXX_Merge(src proto.Message)
- func (m *CommandJournalUpdateProperties) XXX_Size() int
- func (m *CommandJournalUpdateProperties) XXX_Unmarshal(b []byte) error
- type CommandManuscriptAcceptAuthorship
- func (*CommandManuscriptAcceptAuthorship) Descriptor() ([]byte, []int)
- func (m *CommandManuscriptAcceptAuthorship) GetAuthor() []*Author
- func (m *CommandManuscriptAcceptAuthorship) GetManuscriptId() string
- func (*CommandManuscriptAcceptAuthorship) ProtoMessage()
- func (m *CommandManuscriptAcceptAuthorship) Reset()
- func (m *CommandManuscriptAcceptAuthorship) String() string
- func (m *CommandManuscriptAcceptAuthorship) XXX_DiscardUnknown()
- func (m *CommandManuscriptAcceptAuthorship) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandManuscriptAcceptAuthorship) XXX_Merge(src proto.Message)
- func (m *CommandManuscriptAcceptAuthorship) XXX_Size() int
- func (m *CommandManuscriptAcceptAuthorship) XXX_Unmarshal(b []byte) error
- type CommandManuscriptAllowReview
- func (*CommandManuscriptAllowReview) Descriptor() ([]byte, []int)
- func (m *CommandManuscriptAllowReview) GetThreadId() string
- func (m *CommandManuscriptAllowReview) GetThreadReference() []*ThreadReferenceItem
- func (*CommandManuscriptAllowReview) ProtoMessage()
- func (m *CommandManuscriptAllowReview) Reset()
- func (m *CommandManuscriptAllowReview) String() string
- func (m *CommandManuscriptAllowReview) XXX_DiscardUnknown()
- func (m *CommandManuscriptAllowReview) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandManuscriptAllowReview) XXX_Merge(src proto.Message)
- func (m *CommandManuscriptAllowReview) XXX_Size() int
- func (m *CommandManuscriptAllowReview) XXX_Unmarshal(b []byte) error
- type CommandManuscriptAssign
- func (*CommandManuscriptAssign) Descriptor() ([]byte, []int)
- func (m *CommandManuscriptAssign) GetFirstPage() string
- func (m *CommandManuscriptAssign) GetLastPage() string
- func (m *CommandManuscriptAssign) GetManuscriptId() string
- func (m *CommandManuscriptAssign) GetVolumeId() string
- func (*CommandManuscriptAssign) ProtoMessage()
- func (m *CommandManuscriptAssign) Reset()
- func (m *CommandManuscriptAssign) String() string
- func (m *CommandManuscriptAssign) XXX_DiscardUnknown()
- func (m *CommandManuscriptAssign) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandManuscriptAssign) XXX_Merge(src proto.Message)
- func (m *CommandManuscriptAssign) XXX_Size() int
- func (m *CommandManuscriptAssign) XXX_Unmarshal(b []byte) error
- type CommandManuscriptCreate
- func (*CommandManuscriptCreate) Descriptor() ([]byte, []int)
- func (m *CommandManuscriptCreate) GetAuthorId() []string
- func (m *CommandManuscriptCreate) GetCommitMsg() string
- func (m *CommandManuscriptCreate) GetHash() string
- func (m *CommandManuscriptCreate) GetJournalId() string
- func (m *CommandManuscriptCreate) GetManuscriptId() string
- func (m *CommandManuscriptCreate) GetManuscriptThreadId() string
- func (m *CommandManuscriptCreate) GetTitle() string
- func (*CommandManuscriptCreate) ProtoMessage()
- func (m *CommandManuscriptCreate) Reset()
- func (m *CommandManuscriptCreate) String() string
- func (m *CommandManuscriptCreate) XXX_DiscardUnknown()
- func (m *CommandManuscriptCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandManuscriptCreate) XXX_Merge(src proto.Message)
- func (m *CommandManuscriptCreate) XXX_Size() int
- func (m *CommandManuscriptCreate) XXX_Unmarshal(b []byte) error
- type CommandManuscriptCreateNewVersion
- func (*CommandManuscriptCreateNewVersion) Descriptor() ([]byte, []int)
- func (m *CommandManuscriptCreateNewVersion) GetAuthorId() []string
- func (m *CommandManuscriptCreateNewVersion) GetCommitMsg() string
- func (m *CommandManuscriptCreateNewVersion) GetHash() string
- func (m *CommandManuscriptCreateNewVersion) GetHistoricAuthorId() []string
- func (m *CommandManuscriptCreateNewVersion) GetManuscriptId() string
- func (m *CommandManuscriptCreateNewVersion) GetPreviousManuscriptId() string
- func (m *CommandManuscriptCreateNewVersion) GetThreadReference() []*ThreadReferenceItem
- func (m *CommandManuscriptCreateNewVersion) GetTitle() string
- func (*CommandManuscriptCreateNewVersion) ProtoMessage()
- func (m *CommandManuscriptCreateNewVersion) Reset()
- func (m *CommandManuscriptCreateNewVersion) String() string
- func (m *CommandManuscriptCreateNewVersion) XXX_DiscardUnknown()
- func (m *CommandManuscriptCreateNewVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandManuscriptCreateNewVersion) XXX_Merge(src proto.Message)
- func (m *CommandManuscriptCreateNewVersion) XXX_Size() int
- func (m *CommandManuscriptCreateNewVersion) XXX_Unmarshal(b []byte) error
- type CommandManuscriptJudge
- func (*CommandManuscriptJudge) Descriptor() ([]byte, []int)
- func (m *CommandManuscriptJudge) GetJudgement() ManuscriptJudgement
- func (m *CommandManuscriptJudge) GetManuscriptId() string
- func (m *CommandManuscriptJudge) GetReviewId() []string
- func (*CommandManuscriptJudge) ProtoMessage()
- func (m *CommandManuscriptJudge) Reset()
- func (m *CommandManuscriptJudge) String() string
- func (m *CommandManuscriptJudge) XXX_DiscardUnknown()
- func (m *CommandManuscriptJudge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandManuscriptJudge) XXX_Merge(src proto.Message)
- func (m *CommandManuscriptJudge) XXX_Size() int
- func (m *CommandManuscriptJudge) XXX_Unmarshal(b []byte) error
- type CommandPersonCreate
- func (*CommandPersonCreate) Descriptor() ([]byte, []int)
- func (m *CommandPersonCreate) GetEmail() string
- func (m *CommandPersonCreate) GetName() string
- func (m *CommandPersonCreate) GetNewPersonId() string
- func (m *CommandPersonCreate) GetPublicKey() string
- func (*CommandPersonCreate) ProtoMessage()
- func (m *CommandPersonCreate) Reset()
- func (m *CommandPersonCreate) String() string
- func (m *CommandPersonCreate) XXX_DiscardUnknown()
- func (m *CommandPersonCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandPersonCreate) XXX_Merge(src proto.Message)
- func (m *CommandPersonCreate) XXX_Size() int
- func (m *CommandPersonCreate) XXX_Unmarshal(b []byte) error
- type CommandPersonUpdateAuthorization
- func (*CommandPersonUpdateAuthorization) Descriptor() ([]byte, []int)
- func (m *CommandPersonUpdateAuthorization) GetMakeMajor() BoolUpdate
- func (m *CommandPersonUpdateAuthorization) GetMakeSigned() BoolUpdate
- func (m *CommandPersonUpdateAuthorization) GetPersonId() string
- func (*CommandPersonUpdateAuthorization) ProtoMessage()
- func (m *CommandPersonUpdateAuthorization) Reset()
- func (m *CommandPersonUpdateAuthorization) String() string
- func (m *CommandPersonUpdateAuthorization) XXX_DiscardUnknown()
- func (m *CommandPersonUpdateAuthorization) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandPersonUpdateAuthorization) XXX_Merge(src proto.Message)
- func (m *CommandPersonUpdateAuthorization) XXX_Size() int
- func (m *CommandPersonUpdateAuthorization) XXX_Unmarshal(b []byte) error
- type CommandPersonUpdateBalanceIncrement
- func (*CommandPersonUpdateBalanceIncrement) Descriptor() ([]byte, []int)
- func (m *CommandPersonUpdateBalanceIncrement) GetBalanceIncrement() int32
- func (m *CommandPersonUpdateBalanceIncrement) GetPersonId() string
- func (*CommandPersonUpdateBalanceIncrement) ProtoMessage()
- func (m *CommandPersonUpdateBalanceIncrement) Reset()
- func (m *CommandPersonUpdateBalanceIncrement) String() string
- func (m *CommandPersonUpdateBalanceIncrement) XXX_DiscardUnknown()
- func (m *CommandPersonUpdateBalanceIncrement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandPersonUpdateBalanceIncrement) XXX_Merge(src proto.Message)
- func (m *CommandPersonUpdateBalanceIncrement) XXX_Size() int
- func (m *CommandPersonUpdateBalanceIncrement) XXX_Unmarshal(b []byte) error
- type CommandPersonUpdateProperties
- func (*CommandPersonUpdateProperties) Descriptor() ([]byte, []int)
- func (m *CommandPersonUpdateProperties) GetAddressUpdate() *StringUpdate
- func (m *CommandPersonUpdateProperties) GetBiographyHashUpdate() *StringUpdate
- func (m *CommandPersonUpdateProperties) GetCountryUpdate() *StringUpdate
- func (m *CommandPersonUpdateProperties) GetEmailUpdate() *StringUpdate
- func (m *CommandPersonUpdateProperties) GetExtraInfoUpdate() *StringUpdate
- func (m *CommandPersonUpdateProperties) GetNameUpdate() *StringUpdate
- func (m *CommandPersonUpdateProperties) GetOrganizationUpdate() *StringUpdate
- func (m *CommandPersonUpdateProperties) GetPersonId() string
- func (m *CommandPersonUpdateProperties) GetPostalCodeUpdate() *StringUpdate
- func (m *CommandPersonUpdateProperties) GetPublicKeyUpdate() *StringUpdate
- func (m *CommandPersonUpdateProperties) GetTelephoneUpdate() *StringUpdate
- func (*CommandPersonUpdateProperties) ProtoMessage()
- func (m *CommandPersonUpdateProperties) Reset()
- func (m *CommandPersonUpdateProperties) String() string
- func (m *CommandPersonUpdateProperties) XXX_DiscardUnknown()
- func (m *CommandPersonUpdateProperties) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandPersonUpdateProperties) XXX_Merge(src proto.Message)
- func (m *CommandPersonUpdateProperties) XXX_Size() int
- func (m *CommandPersonUpdateProperties) XXX_Unmarshal(b []byte) error
- type CommandSettingsUpdate
- func (*CommandSettingsUpdate) Descriptor() ([]byte, []int)
- func (m *CommandSettingsUpdate) GetPriceAuthorAcceptAuthorshipUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceAuthorSubmitNewManuscriptUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceAuthorSubmitNewVersionUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceEditorAcceptDutyUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceEditorAddColleagueUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceEditorAllowManuscriptReviewUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceEditorAssignManuscriptUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceEditorCreateJournalUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceEditorCreateVolumeUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceEditorEditJournalUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceEditorPublishManuscriptUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceEditorRejectManuscriptUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceMajorChangeJournalAuthorizationUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceMajorChangePersonAuthorizationUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceMajorCreatePersonUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceMajorEditSettingsUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPricePersonEditUpdate() *IntUpdate
- func (m *CommandSettingsUpdate) GetPriceReviewerSubmitUpdate() *IntUpdate
- func (*CommandSettingsUpdate) ProtoMessage()
- func (m *CommandSettingsUpdate) Reset()
- func (m *CommandSettingsUpdate) String() string
- func (m *CommandSettingsUpdate) XXX_DiscardUnknown()
- func (m *CommandSettingsUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandSettingsUpdate) XXX_Merge(src proto.Message)
- func (m *CommandSettingsUpdate) XXX_Size() int
- func (m *CommandSettingsUpdate) XXX_Unmarshal(b []byte) error
- type CommandVolumeCreate
- func (*CommandVolumeCreate) Descriptor() ([]byte, []int)
- func (m *CommandVolumeCreate) GetIssue() string
- func (m *CommandVolumeCreate) GetJournalId() string
- func (m *CommandVolumeCreate) GetLogicalPublicationTime() int64
- func (m *CommandVolumeCreate) GetVolumeId() string
- func (*CommandVolumeCreate) ProtoMessage()
- func (m *CommandVolumeCreate) Reset()
- func (m *CommandVolumeCreate) String() string
- func (m *CommandVolumeCreate) XXX_DiscardUnknown()
- func (m *CommandVolumeCreate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandVolumeCreate) XXX_Merge(src proto.Message)
- func (m *CommandVolumeCreate) XXX_Size() int
- func (m *CommandVolumeCreate) XXX_Unmarshal(b []byte) error
- type CommandWriteReview
- func (*CommandWriteReview) Descriptor() ([]byte, []int)
- func (m *CommandWriteReview) GetHash() string
- func (m *CommandWriteReview) GetJudgement() Judgement
- func (m *CommandWriteReview) GetManuscriptId() string
- func (m *CommandWriteReview) GetReviewId() string
- func (*CommandWriteReview) ProtoMessage()
- func (m *CommandWriteReview) Reset()
- func (m *CommandWriteReview) String() string
- func (m *CommandWriteReview) XXX_DiscardUnknown()
- func (m *CommandWriteReview) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommandWriteReview) XXX_Merge(src proto.Message)
- func (m *CommandWriteReview) XXX_Size() int
- func (m *CommandWriteReview) XXX_Unmarshal(b []byte) error
- type Command_Bootstrap
- type Command_CommandJournalCreate
- type Command_CommandJournalEditorAcceptDuty
- type Command_CommandJournalEditorInvite
- type Command_CommandJournalEditorResign
- type Command_CommandJournalUpdateAuthorization
- type Command_CommandJournalUpdateProperties
- type Command_CommandManuscriptAcceptAuthorship
- type Command_CommandManuscriptAllowReview
- type Command_CommandManuscriptAssign
- type Command_CommandManuscriptCreate
- type Command_CommandManuscriptCreateNewVersion
- type Command_CommandManuscriptJudge
- type Command_CommandPersonUpdateBalanceIncrement
- type Command_CommandPersonUpdateProperties
- type Command_CommandSettingsUpdate
- type Command_CommandUpdateAuthorization
- type Command_CommandVolumeCreate
- type Command_CommandWriteReview
- type Command_PersonCreate
- type EditorInfo
- func (*EditorInfo) Descriptor() ([]byte, []int)
- func (m *EditorInfo) GetEditorId() string
- func (m *EditorInfo) GetEditorState() EditorState
- func (*EditorInfo) ProtoMessage()
- func (m *EditorInfo) Reset()
- func (m *EditorInfo) String() string
- func (m *EditorInfo) XXX_DiscardUnknown()
- func (m *EditorInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EditorInfo) XXX_Merge(src proto.Message)
- func (m *EditorInfo) XXX_Size() int
- func (m *EditorInfo) XXX_Unmarshal(b []byte) error
- type EditorState
- type IntUpdate
- func (*IntUpdate) Descriptor() ([]byte, []int)
- func (m *IntUpdate) GetNewValue() int32
- func (m *IntUpdate) GetOldValue() int32
- func (*IntUpdate) ProtoMessage()
- func (m *IntUpdate) Reset()
- func (m *IntUpdate) String() string
- func (m *IntUpdate) XXX_DiscardUnknown()
- func (m *IntUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IntUpdate) XXX_Merge(src proto.Message)
- func (m *IntUpdate) XXX_Size() int
- func (m *IntUpdate) XXX_Unmarshal(b []byte) error
- type Judgement
- type ManuscriptJudgement
- type ManuscriptStatus
- type PriceList
- func (*PriceList) Descriptor() ([]byte, []int)
- func (m *PriceList) GetPriceAuthorAcceptAuthorship() int32
- func (m *PriceList) GetPriceAuthorSubmitNewManuscript() int32
- func (m *PriceList) GetPriceAuthorSubmitNewVersion() int32
- func (m *PriceList) GetPriceEditorAcceptDuty() int32
- func (m *PriceList) GetPriceEditorAddColleague() int32
- func (m *PriceList) GetPriceEditorAllowManuscriptReview() int32
- func (m *PriceList) GetPriceEditorAssignManuscript() int32
- func (m *PriceList) GetPriceEditorCreateJournal() int32
- func (m *PriceList) GetPriceEditorCreateVolume() int32
- func (m *PriceList) GetPriceEditorEditJournal() int32
- func (m *PriceList) GetPriceEditorPublishManuscript() int32
- func (m *PriceList) GetPriceEditorRejectManuscript() int32
- func (m *PriceList) GetPriceMajorChangeJournalAuthorization() int32
- func (m *PriceList) GetPriceMajorChangePersonAuthorization() int32
- func (m *PriceList) GetPriceMajorCreatePerson() int32
- func (m *PriceList) GetPriceMajorEditSettings() int32
- func (m *PriceList) GetPricePersonEdit() int32
- func (m *PriceList) GetPriceReviewerSubmit() int32
- func (*PriceList) ProtoMessage()
- func (m *PriceList) Reset()
- func (m *PriceList) String() string
- func (m *PriceList) XXX_DiscardUnknown()
- func (m *PriceList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PriceList) XXX_Merge(src proto.Message)
- func (m *PriceList) XXX_Size() int
- func (m *PriceList) XXX_Unmarshal(b []byte) error
- type StateJournal
- func (*StateJournal) Descriptor() ([]byte, []int)
- func (m *StateJournal) GetCreatedOn() int64
- func (m *StateJournal) GetDescriptionHash() string
- func (m *StateJournal) GetEditorInfo() []*EditorInfo
- func (m *StateJournal) GetId() string
- func (m *StateJournal) GetIsSigned() bool
- func (m *StateJournal) GetModifiedOn() int64
- func (m *StateJournal) GetTitle() string
- func (*StateJournal) ProtoMessage()
- func (m *StateJournal) Reset()
- func (m *StateJournal) String() string
- func (m *StateJournal) XXX_DiscardUnknown()
- func (m *StateJournal) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StateJournal) XXX_Merge(src proto.Message)
- func (m *StateJournal) XXX_Size() int
- func (m *StateJournal) XXX_Unmarshal(b []byte) error
- type StateManuscript
- func (*StateManuscript) Descriptor() ([]byte, []int)
- func (m *StateManuscript) GetAuthor() []*Author
- func (m *StateManuscript) GetCommitMsg() string
- func (m *StateManuscript) GetCreatedOn() int64
- func (m *StateManuscript) GetFirstPage() string
- func (m *StateManuscript) GetHash() string
- func (m *StateManuscript) GetId() string
- func (m *StateManuscript) GetJournalId() string
- func (m *StateManuscript) GetLastPage() string
- func (m *StateManuscript) GetModifiedOn() int64
- func (m *StateManuscript) GetStatus() ManuscriptStatus
- func (m *StateManuscript) GetThreadId() string
- func (m *StateManuscript) GetTitle() string
- func (m *StateManuscript) GetVersionNumber() int32
- func (m *StateManuscript) GetVolumeId() string
- func (*StateManuscript) ProtoMessage()
- func (m *StateManuscript) Reset()
- func (m *StateManuscript) String() string
- func (m *StateManuscript) XXX_DiscardUnknown()
- func (m *StateManuscript) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StateManuscript) XXX_Merge(src proto.Message)
- func (m *StateManuscript) XXX_Size() int
- func (m *StateManuscript) XXX_Unmarshal(b []byte) error
- type StateManuscriptThread
- func (*StateManuscriptThread) Descriptor() ([]byte, []int)
- func (m *StateManuscriptThread) GetId() string
- func (m *StateManuscriptThread) GetIsReviewable() bool
- func (m *StateManuscriptThread) GetManuscriptId() []string
- func (*StateManuscriptThread) ProtoMessage()
- func (m *StateManuscriptThread) Reset()
- func (m *StateManuscriptThread) String() string
- func (m *StateManuscriptThread) XXX_DiscardUnknown()
- func (m *StateManuscriptThread) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StateManuscriptThread) XXX_Merge(src proto.Message)
- func (m *StateManuscriptThread) XXX_Size() int
- func (m *StateManuscriptThread) XXX_Unmarshal(b []byte) error
- type StatePerson
- func (*StatePerson) Descriptor() ([]byte, []int)
- func (m *StatePerson) GetAddress() string
- func (m *StatePerson) GetBalance() int32
- func (m *StatePerson) GetBiographyHash() string
- func (m *StatePerson) GetCountry() string
- func (m *StatePerson) GetCreatedOn() int64
- func (m *StatePerson) GetEmail() string
- func (m *StatePerson) GetExtraInfo() string
- func (m *StatePerson) GetId() string
- func (m *StatePerson) GetIsMajor() bool
- func (m *StatePerson) GetIsSigned() bool
- func (m *StatePerson) GetModifiedOn() int64
- func (m *StatePerson) GetName() string
- func (m *StatePerson) GetOrganization() string
- func (m *StatePerson) GetPostalCode() string
- func (m *StatePerson) GetPublicKey() string
- func (m *StatePerson) GetTelephone() string
- func (*StatePerson) ProtoMessage()
- func (m *StatePerson) Reset()
- func (m *StatePerson) String() string
- func (m *StatePerson) XXX_DiscardUnknown()
- func (m *StatePerson) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StatePerson) XXX_Merge(src proto.Message)
- func (m *StatePerson) XXX_Size() int
- func (m *StatePerson) XXX_Unmarshal(b []byte) error
- type StateReview
- func (*StateReview) Descriptor() ([]byte, []int)
- func (m *StateReview) GetCreatedOn() int64
- func (m *StateReview) GetHash() string
- func (m *StateReview) GetId() string
- func (m *StateReview) GetIsUsedByEditor() bool
- func (m *StateReview) GetJudgement() Judgement
- func (m *StateReview) GetManuscriptId() string
- func (m *StateReview) GetReviewAuthorId() string
- func (*StateReview) ProtoMessage()
- func (m *StateReview) Reset()
- func (m *StateReview) String() string
- func (m *StateReview) XXX_DiscardUnknown()
- func (m *StateReview) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StateReview) XXX_Merge(src proto.Message)
- func (m *StateReview) XXX_Size() int
- func (m *StateReview) XXX_Unmarshal(b []byte) error
- type StateSettings
- func (*StateSettings) Descriptor() ([]byte, []int)
- func (m *StateSettings) GetCreatedOn() int64
- func (m *StateSettings) GetModifiedOn() int64
- func (m *StateSettings) GetPriceList() *PriceList
- func (*StateSettings) ProtoMessage()
- func (m *StateSettings) Reset()
- func (m *StateSettings) String() string
- func (m *StateSettings) XXX_DiscardUnknown()
- func (m *StateSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StateSettings) XXX_Merge(src proto.Message)
- func (m *StateSettings) XXX_Size() int
- func (m *StateSettings) XXX_Unmarshal(b []byte) error
- type StateVolume
- func (*StateVolume) Descriptor() ([]byte, []int)
- func (m *StateVolume) GetCreatedOn() int64
- func (m *StateVolume) GetId() string
- func (m *StateVolume) GetIssue() string
- func (m *StateVolume) GetJournalId() string
- func (m *StateVolume) GetLogicalPublicationTime() int64
- func (*StateVolume) ProtoMessage()
- func (m *StateVolume) Reset()
- func (m *StateVolume) String() string
- func (m *StateVolume) XXX_DiscardUnknown()
- func (m *StateVolume) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StateVolume) XXX_Merge(src proto.Message)
- func (m *StateVolume) XXX_Size() int
- func (m *StateVolume) XXX_Unmarshal(b []byte) error
- type StringUpdate
- func (*StringUpdate) Descriptor() ([]byte, []int)
- func (m *StringUpdate) GetNewValue() string
- func (m *StringUpdate) GetOldValue() string
- func (*StringUpdate) ProtoMessage()
- func (m *StringUpdate) Reset()
- func (m *StringUpdate) String() string
- func (m *StringUpdate) XXX_DiscardUnknown()
- func (m *StringUpdate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StringUpdate) XXX_Merge(src proto.Message)
- func (m *StringUpdate) XXX_Size() int
- func (m *StringUpdate) XXX_Unmarshal(b []byte) error
- type ThreadReferenceItem
- func (*ThreadReferenceItem) Descriptor() ([]byte, []int)
- func (m *ThreadReferenceItem) GetManuscriptId() string
- func (m *ThreadReferenceItem) GetManuscriptStatus() ManuscriptStatus
- func (*ThreadReferenceItem) ProtoMessage()
- func (m *ThreadReferenceItem) Reset()
- func (m *ThreadReferenceItem) String() string
- func (m *ThreadReferenceItem) XXX_DiscardUnknown()
- func (m *ThreadReferenceItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ThreadReferenceItem) XXX_Merge(src proto.Message)
- func (m *ThreadReferenceItem) XXX_Size() int
- func (m *ThreadReferenceItem) XXX_Unmarshal(b []byte) error
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 GetManuscriptJudgementString ¶
func GetManuscriptJudgementString(judgement ManuscriptJudgement) string
func GetManuscriptStatusString ¶
func GetManuscriptStatusString(status ManuscriptStatus) string
func GetSettingsAddress ¶
func GetSettingsAddress() string
func IsJournalAddress ¶
func IsManuscriptAddress ¶
func IsPersonAddress ¶
func IsReviewAddress ¶
func IsVolumeAddress ¶
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) GetAuthorId ¶
func (*Author) GetAuthorNumber ¶
func (*Author) GetDidSign ¶
func (*Author) ProtoMessage ¶
func (*Author) ProtoMessage()
func (*Author) XXX_DiscardUnknown ¶
func (m *Author) XXX_DiscardUnknown()
func (*Author) XXX_Marshal ¶
func (*Author) XXX_Unmarshal ¶
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) 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) GetTimestamp ¶
func (*Command) ProtoMessage ¶
func (*Command) ProtoMessage()
func (*Command) XXX_DiscardUnknown ¶
func (m *Command) XXX_DiscardUnknown()
func (*Command) XXX_Marshal ¶
func (*Command) XXX_OneofWrappers ¶
func (*Command) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Command) XXX_Unmarshal ¶
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 (m *CommandJournalEditorAcceptDuty) String() 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 (m *CommandJournalUpdateAuthorization) Reset()
func (*CommandJournalUpdateAuthorization) String ¶
func (m *CommandJournalUpdateAuthorization) String() 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 (m *CommandJournalUpdateAuthorization) XXX_Merge(src proto.Message)
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 (m *CommandJournalUpdateProperties) String() 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 (m *CommandManuscriptAcceptAuthorship) Reset()
func (*CommandManuscriptAcceptAuthorship) String ¶
func (m *CommandManuscriptAcceptAuthorship) String() 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 (m *CommandManuscriptAcceptAuthorship) XXX_Merge(src proto.Message)
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 (m *CommandManuscriptAllowReview) String() 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 (m *CommandManuscriptCreateNewVersion) GetHash() string
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 (m *CommandManuscriptCreateNewVersion) GetTitle() string
func (*CommandManuscriptCreateNewVersion) ProtoMessage ¶
func (*CommandManuscriptCreateNewVersion) ProtoMessage()
func (*CommandManuscriptCreateNewVersion) Reset ¶
func (m *CommandManuscriptCreateNewVersion) Reset()
func (*CommandManuscriptCreateNewVersion) String ¶
func (m *CommandManuscriptCreateNewVersion) String() 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 (m *CommandManuscriptCreateNewVersion) XXX_Merge(src proto.Message)
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 (m *CommandPersonUpdateAuthorization) Reset()
func (*CommandPersonUpdateAuthorization) String ¶
func (m *CommandPersonUpdateAuthorization) String() 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 (m *CommandPersonUpdateAuthorization) XXX_Merge(src proto.Message)
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 (m *CommandPersonUpdateBalanceIncrement) GetPersonId() string
func (*CommandPersonUpdateBalanceIncrement) ProtoMessage ¶
func (*CommandPersonUpdateBalanceIncrement) ProtoMessage()
func (*CommandPersonUpdateBalanceIncrement) Reset ¶
func (m *CommandPersonUpdateBalanceIncrement) Reset()
func (*CommandPersonUpdateBalanceIncrement) String ¶
func (m *CommandPersonUpdateBalanceIncrement) String() 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 (m *CommandPersonUpdateBalanceIncrement) XXX_Merge(src proto.Message)
func (*CommandPersonUpdateBalanceIncrement) XXX_Size ¶
func (m *CommandPersonUpdateBalanceIncrement) XXX_Size() int
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 (m *CommandPersonUpdateProperties) String() 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) GetNewValue ¶
func (*IntUpdate) GetOldValue ¶
func (*IntUpdate) ProtoMessage ¶
func (*IntUpdate) ProtoMessage()
func (*IntUpdate) XXX_DiscardUnknown ¶
func (m *IntUpdate) XXX_DiscardUnknown()
func (*IntUpdate) XXX_Marshal ¶
func (*IntUpdate) XXX_Unmarshal ¶
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) GetPriceAuthorAcceptAuthorship ¶
func (*PriceList) GetPriceAuthorSubmitNewManuscript ¶
func (*PriceList) GetPriceAuthorSubmitNewVersion ¶
func (*PriceList) GetPriceEditorAcceptDuty ¶
func (*PriceList) GetPriceEditorAddColleague ¶
func (*PriceList) GetPriceEditorAllowManuscriptReview ¶
func (*PriceList) GetPriceEditorAssignManuscript ¶
func (*PriceList) GetPriceEditorCreateJournal ¶
func (*PriceList) GetPriceEditorCreateVolume ¶
func (*PriceList) GetPriceEditorEditJournal ¶
func (*PriceList) GetPriceEditorPublishManuscript ¶
func (*PriceList) GetPriceEditorRejectManuscript ¶
func (*PriceList) GetPriceMajorChangeJournalAuthorization ¶
func (*PriceList) GetPriceMajorChangePersonAuthorization ¶
func (*PriceList) GetPriceMajorCreatePerson ¶
func (*PriceList) GetPriceMajorEditSettings ¶
func (*PriceList) GetPricePersonEdit ¶
func (*PriceList) GetPriceReviewerSubmit ¶
func (*PriceList) ProtoMessage ¶
func (*PriceList) ProtoMessage()
func (*PriceList) XXX_DiscardUnknown ¶
func (m *PriceList) XXX_DiscardUnknown()
func (*PriceList) XXX_Marshal ¶
func (*PriceList) XXX_Unmarshal ¶
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
Click to show internal directories.
Click to hide internal directories.