github.com/geniusesgroup/libgo@v0.0.0-20220713101832-828057a9d3d4/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 }