Documentation ¶
Index ¶
Constants ¶
View Source
const ( XMLFileCreateFail = "fail to create the XML file" ExportProjectFail = "fail to export the knowledge base" UnspecifiedFormatXMLVersion = "undefined version of the XML format file" )
View Source
const ( XMLFilePathIsEmpty = "path to the XML file should not be empty" XMLFileOpenFail = "fail to open the XML file" ImportProjectFail = "fail to import the knowledge base" )
View Source
const ( KnowledgeBaseNotChosen = "knowledge base is not chosen. Please select the knowledge base using the `kb choose` command" ChooseKnowledgeBaseFail = "fail when choosing a knowledge base from the working directory" ChooseGroupFail = "fail when choosing a group of the knowledge base" KnowledgeBaseWasNotChosen = "knowledge base was not chosen" ObjectWasNotChosen = "object was not chosen" CreateKnowledgeBaseFail = "fail to create the knowledge base" CreateGroupFail = "fail to create the group" GetKnowledgeBaseFail = "fail to get the knowledge base information" GetGroupFail = "fail to get the grop information" InitGroupChooserFail = "fail to init the groups' chooser" GetGroupsFail = "fail to get the information about the groups" GetParametersFail = "fail to get the information about the parameters" GetRulesFail = "fail to get the information about the rules" UpdateKnowledgeBaseFail = "fail to update the knowledge base information" BaseInfoNotEdited = "base info about the object was not edited" RemoveKnowledgeBaseFail = "fail to remove the knowledge base" )
View Source
const ( ShortNameIsEmpty = "short name must not be empty" IDIsEmpty = "ID must not be empty" ReceivedResponseWasNotExpected = "received a response form that was not expected" UpdateConfig = "fail to update config" NotConfirm = "you have not confirmed the action" )
View Source
const ( InitConfigFail = "fail to init the application configuration" InitWorkspaceDirFail = "fail to init the workspace directory" )
View Source
const ( ShowTUIKnowledgeBasesFail = "fail to show list of the knowledge bases' projects" RunTUIProgramFail = "fail when interacting with the console" ChooseTUIKnowledgeBaseFail = "fail to get a choice of the knowledge base" ChooseTUIGroupFail = "fail to get a choice of the group" ChooseTUIParameterFail = "fail to get a choice of the parameter" ChooseTUIRuleFail = "fail to get a choice of the rule" InputTUIShortNameFail = "fail when entering the short name" InputTUIIDFail = "fail when entering the name ID" EditTUIKnowledgeBaseFail = "fail to edit the knowledge base information" CreateTUIKnowledgeBaseFail = "fail to get the knowledge base information" EditTUIIDShortNameFail = "fail to edit the id and short name of the object" EditTUIDescriptionFail = "fail to edit the description of the object" AskTUIConfirmFail = "fail to get confirmation" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.