Documentation
¶
Overview ¶
Package wickra provides idiomatic Go bindings for wickra-strategy-ci over its C ABI hub: create a Session, drive it with command JSON (run_test, bless, run_suite, list, version) and read back the response JSON — the same protocol as the CLI and every other binding.
The binding links the prebuilt C ABI library, staged per platform under ./lib/<goos>_<goarch>/, with the header vendored under ./include.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
Session is a stateless strategy-test session driven by JSON commands. Tests and data are passed with each command.
func New ¶
func New() *Session
New creates a session. Call Close when done (a finalizer also frees it, but explicit Close is preferred).
Click to show internal directories.
Click to hide internal directories.
