github.com/GeniusesGroup/libgo@v0.0.0-20220929090155-5ff932cb408e/protocol/gui-history.go (about) 1 /* For license and copyright information please see LEGAL file in repository */ 2 3 package protocol 4 5 type GUIHistory interface { 6 PreviousPageState() GUIPageState 7 FollowingPageState() GUIPageState 8 9 // Find states by PageID, Title, ... 10 }