v0.0.353 add scn.sendmessage
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 4m16s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 4m16s
This commit is contained in:
13
scn/scn.go
Normal file
13
scn/scn.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package scn
|
||||
|
||||
type Connection struct {
|
||||
uid string
|
||||
token string
|
||||
}
|
||||
|
||||
func New(userid string, token string) *Connection {
|
||||
return &Connection{
|
||||
uid: userid,
|
||||
token: token,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user