github.com/GeniusesGroup/libgo@v0.0.0-20220929090155-5ff932cb408e/gui/page-state.go (about) 1 /* For license and copyright information please see LEGAL file in repository */ 2 3 package gui 4 5 // PageState : 6 type PageState struct { 7 Title string 8 Description string 9 }