Documentation
¶
Overview ¶
Package chef implements chef client api functionality for lua.
Index ¶
Constants ¶
View Source
const (
ChefVersion = "11.12.0" // default client version
)
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶
NewClient lua chef.client(client_name, path_to_file_with_key, chef_url, http_client_ud) returns (chef_client_ud, err)
func Preload ¶
Preload adds chef to the given Lua state's package.preload table. After it has been preloaded, it can be loaded using require:
local chef = require("chef")
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.