Adding the start to couchpotato and some middleware
This commit is contained in:
1
pkg/service/couchpotato/admin.go
Normal file
1
pkg/service/couchpotato/admin.go
Normal file
@ -0,0 +1 @@
|
||||
package couchpotato
|
11
pkg/service/couchpotato/couchpotato.go
Normal file
11
pkg/service/couchpotato/couchpotato.go
Normal file
@ -0,0 +1,11 @@
|
||||
package couchpotato
|
||||
|
||||
import (
|
||||
"github.com/mattburchett/go_telegram/pkg/core/config"
|
||||
"github.com/yanzay/tbot/v2"
|
||||
)
|
||||
|
||||
// Search performs the lookup actions within CouchPotato
|
||||
func Search(m *tbot.Message, config config.Config) ([]response, error) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user