Documentation ¶
Overview ¶
Package networking contains various functions used to communicate between networks and draw data from the client network.
Package networking contains various functions used to communicate between networks and draw data from the client network.
Index ¶
Constants ¶
View Source
const ( ACCOUNT_USER_AUTH = "gpanel-account-user-auth" SERVER_USER_AUTH = "gpanel-server-user-auth" )
Variables ¶
This section is empty.
Functions ¶
func GetClientIP ¶
GetClientIP returns the current client's IP as an array of bytes. BUG(george-e-shaw-iv) Uses an external API
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) Delete ¶
Delete function is attached to the store struct and will delete a given session value inside of the current store.
Notes ¶
Bugs ¶
Uses an external API
Click to show internal directories.
Click to hide internal directories.