learning_content

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ConfigSchema = map[string]*schema.Attribute{
	"apiURL": {
		Type: schema.TypeString,
	},
	"apiKey": {
		Type: schema.TypeString,
	},
}

Functions

func ConfigInstance

func ConfigInstance() interface{}

func GetLatestRelease

func GetLatestRelease(d *plugin.QueryData) (*client.Release, error)

func Plugin

func Plugin(ctx context.Context) *plugin.Plugin

Types

type CourseChallenge

type CourseChallenge struct {
	CourseId    string `json:"courseId"`
	ChallengeId string `json:"challengeId"`
}

type CourseCompetence

type CourseCompetence struct {
	CourseId     string `json:"courseId"`
	CompetenceId string `json:"competenceId"`
}

type SkillTutorial

type SkillTutorial struct {
	SkillId    string `json:"skillId"`
	TutorialId string `json:"tutorialId"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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