init from gitlab
This commit is contained in:
6
internal/server/dto/setup.go
Normal file
6
internal/server/dto/setup.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package dto
|
||||
|
||||
type GetSetupStatusResponse struct {
|
||||
IsSetup bool `json:"is_setup"`
|
||||
Method string `json:"method"`
|
||||
}
|
||||
Reference in New Issue
Block a user