Discover Packages
github.com/casbin/casbin-go-cli
cmd
package
Version:
v1.12.0
Opens a new window with list of versions in this module.
Published: Sep 7, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var (
Version = "dev"
CasbinVersion = "dev"
)
Execute adds all child commands to the root command and sets flags appropriately.
This is called by main.main(). It only needs to happen once to the rootCmd.
type ResponseBody struct {
Allow bool `json:"allow"`
Explain []string `json:"explain"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.