This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-nomad
Watch
2
Star
0
Fork
You've already forked open-nomad
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
6b6e97e50c
open-nomad
/
nomad
/
types
/
types.go
4 lines
50 B
Go
Raw
Normal View
History
Unescape
Escape
Define a type for the PeriodicCallback handlers and ShutdownChannel
2016-05-24 01:12:58 +00:00
package
types
Change the signature of the PeriodicCallback to return an error I *KNEW* I should have done this when I wrote it, but didn't want to go back and audit the handlers to include the appropriate return handling, but now that the code is taking shape, make this change.
2016-06-07 15:59:17 +00:00
type
PeriodicCallback
func
(
)
error