timoth-y/kicksware-api

View on GitHub
shared/core/meta/commonResponse.go

Summary

Maintainability
A
0 mins
Test Coverage
package meta

type CommonResponse struct {
    Success bool
    Message string
    Error error
}