1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/ivy-1996-openwechat

Клонировать/Скачать
cookie_entry_go1.23.go 571 Байт
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
多吃点苹果 Отправлено 19.08.2024 06:25 4f6c168
//go:build !(go1.20 || go1.21 || go1.22)
package openwechat
import "time"
type entry struct {
Name string
Value string
Quoted bool
Domain string
Path string
SameSite string
Secure bool
HttpOnly bool
Persistent bool
HostOnly bool
Expires time.Time
Creation time.Time
LastAccess time.Time
// seqNum is a sequence number so that Cookies returns cookies in a
// deterministic order, even for cookies that have equal Path length and
// equal Creation time. This simplifies testing.
seqNum uint64 // nolint:unused
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/ivy-1996-openwechat.git
git@api.gitlife.ru:oschina-mirror/ivy-1996-openwechat.git
oschina-mirror
ivy-1996-openwechat
ivy-1996-openwechat
master