api/pkg/responses/successResp.go

7 lines
132 B
Go
Raw Normal View History

2025-07-06 18:16:23 +03:00
package responses
type ResponseOK struct {
Message string `json:"message" example:"OK"`
Info any `json:"info,omitempty"`
}