Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶
type Content interface {
GetKind() ContentKind
GetName() string
GetPageURL() string
}
type ContentKind ¶
type ContentKind string
const ( KindChallenge ContentKind = "challenge" KindCourse ContentKind = "course" KindRoadmap ContentKind = "roadmap" KindSkillPath ContentKind = "skill-path" KindTutorial ContentKind = "tutorial" KindTraining ContentKind = "training" KindPlayground ContentKind = "playground" )
func (*ContentKind) Plural ¶
func (k *ContentKind) Plural() string
func (*ContentKind) Set ¶
func (k *ContentKind) Set(v string) error
func (*ContentKind) String ¶
func (k *ContentKind) String() string
func (*ContentKind) Type ¶
func (k *ContentKind) Type() string
Click to show internal directories.
Click to hide internal directories.