From e07dca81d05f304865a59c8afee98a3cde8bce8c Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Sat, 29 Nov 2025 20:18:11 +0500 Subject: Project init --- Parser/Protocol/Interface.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Parser/Protocol/Interface.go (limited to 'Parser/Protocol') diff --git a/Parser/Protocol/Interface.go b/Parser/Protocol/Interface.go new file mode 100644 index 0000000..34e011d --- /dev/null +++ b/Parser/Protocol/Interface.go @@ -0,0 +1,9 @@ +package protocol + +import ( + models "physick.ru/predictions/DAL/models" +) + +type Parser interface { + GetFighterInfo(FirstName string, LastName string) models.Fighter +} -- cgit v1.3