Add applications
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package applications
|
||||
|
||||
import "context"
|
||||
|
||||
type Repository interface {
|
||||
CreateApplication(ctx context.Context, name string, userId int, projectId int) (int, error)
|
||||
}
|
Reference in New Issue
Block a user