Documentation
¶
Index ¶
- func AddEISBN(p *models.Publication, args []string) error
- func AddEISSN(p *models.Publication, args []string) error
- func AddISBN(p *models.Publication, args []string) error
- func AddISSN(p *models.Publication, args []string) error
- func AddKeyword(p *models.Publication, args []string) error
- func AddProject(projectGetter ProjectGetter) func(*models.Publication, []string) error
- func AddReviewerTag(p *models.Publication, args []string) error
- func AddVABBYear(p *models.Publication, args []string) error
- func RemoveEISBN(p *models.Publication, args []string) error
- func RemoveEISSN(p *models.Publication, args []string) error
- func RemoveISBN(p *models.Publication, args []string) error
- func RemoveISSN(p *models.Publication, args []string) error
- func RemoveKeyword(p *models.Publication, args []string) error
- func RemoveProject(p *models.Publication, args []string) error
- func RemoveReviewerTag(p *models.Publication, args []string) error
- func SetClassification(p *models.Publication, args []string) error
- func SetExternalField(p *models.Publication, args []string) error
- func SetJournalAbbreviation(p *models.Publication, args []string) error
- func SetJournalTitle(p *models.Publication, args []string) error
- func SetLocked(p *models.Publication, args []string) error
- func SetStatus(p *models.Publication, args []string) error
- func SetVABBApproved(p *models.Publication, args []string) error
- func SetVABBID(p *models.Publication, args []string) error
- func SetVABBType(p *models.Publication, args []string) error
- type ArgumentError
- type ProjectGetter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddKeyword ¶ added in v1.0.56
func AddKeyword(p *models.Publication, args []string) error
func AddProject ¶ added in v1.0.56
func AddProject(projectGetter ProjectGetter) func(*models.Publication, []string) error
func AddReviewerTag ¶ added in v1.0.56
func AddReviewerTag(p *models.Publication, args []string) error
func AddVABBYear ¶ added in v1.0.56
func AddVABBYear(p *models.Publication, args []string) error
func RemoveEISBN ¶ added in v1.0.56
func RemoveEISBN(p *models.Publication, args []string) error
func RemoveEISSN ¶ added in v1.0.56
func RemoveEISSN(p *models.Publication, args []string) error
func RemoveISBN ¶ added in v1.0.56
func RemoveISBN(p *models.Publication, args []string) error
func RemoveISSN ¶ added in v1.0.56
func RemoveISSN(p *models.Publication, args []string) error
func RemoveKeyword ¶ added in v1.0.56
func RemoveKeyword(p *models.Publication, args []string) error
func RemoveProject ¶ added in v1.0.56
func RemoveProject(p *models.Publication, args []string) error
func RemoveReviewerTag ¶ added in v1.0.56
func RemoveReviewerTag(p *models.Publication, args []string) error
func SetClassification ¶ added in v1.0.56
func SetClassification(p *models.Publication, args []string) error
func SetExternalField ¶ added in v1.0.56
func SetExternalField(p *models.Publication, args []string) error
func SetJournalAbbreviation ¶ added in v1.0.56
func SetJournalAbbreviation(p *models.Publication, args []string) error
func SetJournalTitle ¶ added in v1.0.56
func SetJournalTitle(p *models.Publication, args []string) error
func SetVABBApproved ¶ added in v1.0.56
func SetVABBApproved(p *models.Publication, args []string) error
func SetVABBType ¶ added in v1.0.56
func SetVABBType(p *models.Publication, args []string) error
Types ¶
type ArgumentError ¶ added in v1.0.56
type ArgumentError struct {
Msg string
}
func (*ArgumentError) Error ¶ added in v1.0.56
func (e *ArgumentError) Error() string
Click to show internal directories.
Click to hide internal directories.