natsio/model/supplier_role_response.go

6 lines
74 B
Go
Raw Normal View History

2022-10-28 02:31:39 +00:00
package model
type CreateRoleResponse struct {
ID string `json:"_id"`
}