Add User Partner and Product
This commit is contained in:
@@ -3,8 +3,8 @@ package studio
|
||||
type StudioStatus string
|
||||
|
||||
const (
|
||||
Active StudioStatus = "Active"
|
||||
Inactive StudioStatus = "Inactive"
|
||||
Active StudioStatus = "active"
|
||||
Inactive StudioStatus = "inactive"
|
||||
)
|
||||
|
||||
func (b StudioStatus) toString() string {
|
||||
|
||||
Reference in New Issue
Block a user