Initial creation of endpoint to send messages to public reporters
This commit is contained in:
parent
9707e8793b
commit
cc95c38ab5
12 changed files with 240 additions and 20 deletions
10
platform/text/report.go
Normal file
10
platform/text/report.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
package text
|
||||
|
||||
import (
|
||||
"context"
|
||||
//"github.com/Gleipnir-Technology/nidus-sync/platform/types"
|
||||
)
|
||||
|
||||
func ReportMessage(ctx context.Context, user_id int32, report_id, destination, message string) (*int32, error) {
|
||||
return nil, nil
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue