Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Overview ¶ Browsh Browser Index ¶ func CookieStore(filename string, filters ...kooky.Filter) (kooky.CookieStore, error) func ReadCookies(ctx context.Context, filename string, filters ...kooky.Filter) ([]*kooky.Cookie, error) func TraverseCookies(filename string, filters ...kooky.Filter) kooky.CookieSeq Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CookieStore ¶ func CookieStore(filename string, filters ...kooky.Filter) (kooky.CookieStore, error) CookieStore has to be closed with CookieStore.Close() after use. func ReadCookies ¶ func ReadCookies(ctx context.Context, filename string, filters ...kooky.Filter) ([]*kooky.Cookie, error) func TraverseCookies ¶ added in v0.2.3 func TraverseCookies(filename string, filters ...kooky.Filter) kooky.CookieSeq Types ¶ This section is empty. Source Files ¶ View all Source files browsh.gofind.go Click to show internal directories. Click to hide internal directories.