content

package
v0.1.23 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 7, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

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"
)

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL