Documentation
¶
Index ¶
- Constants
- Variables
- func ChallengeInfo(box_id string, HTBClient *HTB.Client) (ChallengeInfo challenges.InfoResponse, challengeHandle *challenges.Handle)
- func ChallengeInfoMenu(ChallengeInfo challenges.InfoResponse, challengeHandle *challenges.Handle)
- func NewModel(Challenges challengeListData) model
- func Run(HTBClient *HTB.Client) string
Constants ¶
View Source
const ( ColumnName = "name" ColumnDifficulty = "difficulty" ColumnCategory = "category" ColumnStatus = "status" ColumnChallengeID = "id" )
Variables ¶
View Source
var (
SelectedChallenge = ""
)
Functions ¶
func ChallengeInfo ¶
func ChallengeInfo(box_id string, HTBClient *HTB.Client) (ChallengeInfo challenges.InfoResponse, challengeHandle *challenges.Handle)
func ChallengeInfoMenu ¶
func ChallengeInfoMenu(ChallengeInfo challenges.InfoResponse, challengeHandle *challenges.Handle)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.