fix make gen

This commit is contained in:
Łukasz Magiera
2022-08-29 16:25:30 +02:00
parent d00e1e78bb
commit 08b22edd89
179 changed files with 371 additions and 347 deletions
+3 -1
View File
@@ -49,7 +49,8 @@ import (
var log = logging.Logger("builder")
// special is a type used to give keys to modules which
// can't really be identified by the returned type
//
// can't really be identified by the returned type
type special struct{ id int }
//nolint:golint
@@ -73,6 +74,7 @@ var (
type invoke int
// Invokes are called in the order they are defined.
//
//nolint:golint
const (
// InitJournal at position 0 initializes the journal global var as soon as
+1 -1
View File
@@ -1,4 +1,4 @@
//stm: #unit
// stm: #unit
package config
import (
+1 -1
View File
@@ -1,4 +1,4 @@
//stm: #unit
// stm: #unit
package config
import (
+1 -1
View File
@@ -1,4 +1,4 @@
//stm: #unit
// stm: #unit
package client
import (
+1 -1
View File
@@ -1,4 +1,4 @@
//stm: #unit
// stm: #unit
package full
import (
+1 -1
View File
@@ -1,4 +1,4 @@
//stm: #unit
// stm: #unit
package repo
import (
+1 -1
View File
@@ -1,4 +1,4 @@
//stm: #unit
// stm: #unit
package repo
import (
+1 -1
View File
@@ -1,4 +1,4 @@
//stm: #unit
// stm: #unit
package repo
import (
+1 -1
View File
@@ -1,4 +1,4 @@
//stm: #unit
// stm: #unit
package node
import (