You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package gopay
-
- const (
- NULL = ""
- SUCCESS = "SUCCESS"
- FAIL = "FAIL"
- OK = "OK"
- DebugOff = 0
- DebugOn = 1
- Version = "v1.5.106"
- )
-
- type DebugSwitch int8
|