-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added Celestial Interface Functions
- GetLfBuildings - GetTechs * Added pkg/parser/lfbuildingsPage.go (forget to add it for the Extractor)
- Loading branch information
faunX
authored and
faunX
committed
Sep 15, 2022
1 parent
8bf3d81
commit 05e9663
Showing
4 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package parser | ||
|
||
import "github.com/alaingilbert/ogame/pkg/ogame" | ||
|
||
func (p SuppliesPage) ExtractLfBuildings() (ogame.LfBuildings, error) { | ||
return p.e.ExtractLfBuildingsFromDoc(p.GetDoc()) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters