DEBSOURCES
Skip Quicknav
sources / golang-github-twstrike-gotk3adapter / 0.0~git20170505.0.901a95d%2Bds-3 / glibi / value.go
12345678
package glibi type Value interface { GetString() (string, error) GoValue() (interface{}, error) } func AssertValue(_ Value) {}