feat: split framework from prototype
Showing
- api/joinroom.go 0 additions, 20 deletionsapi/joinroom.go
- api/login.go 0 additions, 57 deletionsapi/login.go
- api/markread.go 0 additions, 45 deletionsapi/markread.go
- api/notification.go 0 additions, 39 deletionsapi/notification.go
- api/refresh.go 0 additions, 37 deletionsapi/refresh.go
- api/sendmessage.go 0 additions, 41 deletionsapi/sendmessage.go
- api/setpusher.go 0 additions, 65 deletionsapi/setpusher.go
- api/token.go 0 additions, 9 deletionsapi/token.go
- go.mod 3 additions, 2 deletionsgo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- handle_8ball.go 54 additions, 0 deletionshandle_8ball.go
- handle_trains.go 55 additions, 0 deletionshandle_trains.go
- main.go 6 additions, 98 deletionsmain.go
- matrixbot.go 0 additions, 111 deletionsmatrixbot.go
api/joinroom.go
deleted
100644 → 0
api/login.go
deleted
100644 → 0
api/markread.go
deleted
100644 → 0
api/notification.go
deleted
100644 → 0
api/refresh.go
deleted
100644 → 0
api/sendmessage.go
deleted
100644 → 0
api/setpusher.go
deleted
100644 → 0
api/token.go
deleted
100644 → 0
module git.kuschku.de/justjanne/stateless-matrix-bot | ||
module git.kuschku.de/justJanne/stateless-matrix-bot | ||
go 1.22.2 | ||
require ( | ||
git.kuschku.de/justJanne/bahn-api v0.0.0-20210606022125-173e9216d8a8 | ||
github.com/google/uuid v1.6.0 | ||
git.kuschku.de/justJanne/stateless-matrix-bot-framework v0.1.3 | ||
) | ||
require ( | ||
github.com/andybalholm/cascadia v1.0.0 // indirect | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
golang.org/x/net v0.0.0-20180218175443-cbe0f9307d01 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
) |
git.kuschku.de/justJanne/bahn-api v0.0.0-20210606022125-173e9216d8a8 h1:5VmfteMrWeABylH1lP46QLBEx8YWawIfw2WdfGWSv/I= | ||
git.kuschku.de/justJanne/bahn-api v0.0.0-20210606022125-173e9216d8a8/go.mod h1:9d+hDIsjtAxjb0FPo6DLNqf9Co7CX35IHScmo9wQGlo= | ||
git.kuschku.de/justJanne/stateless-matrix-bot-framework v0.1.3 h1:cwQyLajDRdRJYa5PK62BrGMbFZkVi0MIGiFFn1zA0H4= | ||
git.kuschku.de/justJanne/stateless-matrix-bot-framework v0.1.3/go.mod h1:RF+HfGNMtINYT/+JNQRo3c3Cjaw36evgAVOhYzE0oCo= | ||
github.com/andybalholm/cascadia v1.0.0 h1:hOCXnnZ5A+3eVDX8pvgl4kofXv2ELss0bKcqRySc45o= | ||
github.com/andybalholm/cascadia v1.0.0/go.mod h1:GsXiBklL0woXo1j/WYWtSYYC4ouU9PqHO0sqidkEA4Y= | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58= | ||
... | ... |
handle_8ball.go
0 → 100644
handle_trains.go
0 → 100644
matrixbot.go
deleted
100644 → 0
Please register or sign in to comment