mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-26 17:49:15 +01:00
feat: added modules
This commit is contained in:
12
core/entity/git.go
Normal file
12
core/entity/git.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package entity
|
||||
|
||||
type GitPayload struct {
|
||||
Paths []string `json:"paths"`
|
||||
CommitMessage string `json:"commit_message"`
|
||||
Branch string `json:"branch"`
|
||||
Tag string `json:"tag"`
|
||||
}
|
||||
|
||||
type GitConfig struct {
|
||||
Url string `json:"url" bson:"url"`
|
||||
}
|
||||
Reference in New Issue
Block a user