Database connections, refactoring, pokememe parsing in progress
This commit is contained in:
14
lib/parsers/parsersinterface/parsersinterface.go
Normal file
14
lib/parsers/parsersinterface/parsersinterface.go
Normal file
@@ -0,0 +1,14 @@
|
||||
// i2_bot – Instinct PokememBro Bot
|
||||
// Copyright (c) 2017 Vladimir "fat0troll" Hodakov
|
||||
|
||||
package parsersinterface
|
||||
|
||||
import (
|
||||
// local
|
||||
"../../dbmappings"
|
||||
)
|
||||
|
||||
|
||||
type ParsersInterface interface {
|
||||
ParsePokememe(text string, player_raw dbmappings.Players) string
|
||||
}
|
Reference in New Issue
Block a user