package
Version:
v0.0.0-...-7dcfe9a
Opens a new window with list of versions in this module.
Published: Mar 10, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Message struct {
Debug bool
}
type Request struct {
Subject string `json:"subject,omitempty"`
Sender string `json:"sender,omitempty"`
Receiver string `json:"receiver,omitempty"`
Template string `json:"template,omitempty"`
Params interface{} `json:"params,omitempty"`
}
type Response struct {
Code interface{} `json:"code,omitempty"`
Success interface{} `json:"success,omitempty"`
Message string `json:"message,omitempty"`
MessageId int `json:"messageId,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.