Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrowserHistory ¶
type BrowserHistory struct {
// contains filtered or unexported fields
}
func Constructor ¶
func Constructor(homepage string) BrowserHistory
func (*BrowserHistory) Back ¶
func (this *BrowserHistory) Back(steps int) string
func (*BrowserHistory) Forward ¶
func (this *BrowserHistory) Forward(steps int) string
func (*BrowserHistory) Visit ¶
func (this *BrowserHistory) Visit(url string)
Click to show internal directories.
Click to hide internal directories.