Documentation ¶
Index ¶
Constants ¶
View Source
const ( APIVERSION = "apiVersion" KIND = "kind" GITHUB_K8S_API_URL = "https://api.github.com/repos/kubernetes/kubernetes/releases" )
Variables ¶
View Source
var SubstitutionTable = map[string]map[string]string{
"python": {
"{\"cells\":[{\"language\":\"python\"}]}": "[{\"cells\":[{\"language\":\"python\"}]}]",
},
}
2-tiered table for each language and their respective fixes we may need to apply
Functions ¶
func NaiveFixResponse ¶
Uses SubstitutionTable to replace every occurance of the offending part. Not very efficent, may have to investigate alternatives. Fails silently.
func NewYqProvider ¶
func NewYqProvider() *yqProvider
Types ¶
Click to show internal directories.
Click to hide internal directories.