You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
443 B
Go

package main
import (
"github.com/webmeisterei/lql-api/cmd"
)
// @title LQL API
// @version 1.0
// @description This is the LQL API for your check_mk Server.
// @contact.name Developers
// @contact.url https://github.com/webmeisterei/lql-api/issues
// @contact.email support@webmeisterei.com
// @license.name MIT
// @license.url https://github.com/webmeisterei/lql-api/blob/master/LICENSE
// @BasePath /v1
func main() {
cmd.Execute()
}