File: sentinel.go

package info (click to toggle)
golang-github-hydrogen18-stalecucumber 0.0~git20180226.6de214d-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: python: 71; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
package stalecucumber

type globalSentinel struct{
	Package string 
	Name string
}

type instanceSentinel struct{
	Package string 
	Name string
	Args []interface{}
}