package models import "github.com/go-rod/rod/lib/proto" type SsoSession struct { Cookies []*proto.NetworkCookieParam LocalStorage map[string]string }