mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-14 05:10:05 +01:00
initial rebuild
This commit is contained in:
6
internal/handlers/orgs/dto.go
Normal file
6
internal/handlers/orgs/dto.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package orgs
|
||||
|
||||
type OrgInput struct {
|
||||
Name string `json:"name"`
|
||||
Slug string `json:"slug"`
|
||||
}
|
||||
Reference in New Issue
Block a user