mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:37:43 +00:00
chore: move the go code into a subfolder
This commit is contained in:
11
apps/api/internal/integration/sink/stub.go
Normal file
11
apps/api/internal/integration/sink/stub.go
Normal file
@@ -0,0 +1,11 @@
|
||||
//go:build !integration
|
||||
|
||||
package sink
|
||||
|
||||
import "github.com/zitadel/zitadel/internal/command"
|
||||
|
||||
// StartServer and its returned close function are a no-op
|
||||
// when the `integration` build tag is disabled.
|
||||
func StartServer(cmd *command.Commands) (close func()) {
|
||||
return func() {}
|
||||
}
|
Reference in New Issue
Block a user