Initial project snapshot
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package message
|
||||
|
||||
type Message struct {
|
||||
Code string `json:"code"`
|
||||
MessageKey string `json:"message_key"`
|
||||
FallbackMessage string `json:"fallback_message"`
|
||||
Details map[string]any `json:"details,omitempty"`
|
||||
TraceID string `json:"trace_id,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user