Add InitValidate method for setup

This commit is contained in:
Ethan Frey
2017-08-03 21:41:23 +02:00
parent 4b69f1d5ba
commit 37550ca91d
22 changed files with 164 additions and 39 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ const (
// Signatures parses out go-crypto signatures and adds permissions to the
// context for use inside the application
type Signatures struct {
stack.PassOption
stack.PassInitState
stack.PassInitValidate
}
// Name of the module - fulfills Middleware interface