add book order
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-23 01:40:59 +07:00
parent 5b7744080c
commit 4bd82a34a1
14 changed files with 717 additions and 101 deletions
+5
View File
@@ -0,0 +1,5 @@
package messenger
type IMessenger interface {
SendMessage(message string) error
}