🏗️ move make sub-cmd to sub-dir
This commit is contained in:
9
internal/controller/maker/app.user.go
Normal file
9
internal/controller/maker/app.user.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package maker
|
||||
|
||||
import (
|
||||
"context"
|
||||
)
|
||||
|
||||
func (m *maker) AppUser(ctx context.Context, replica int) error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user