/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
go/protocol/keybase1/identify3_common.go
34 строки
764 B
zoom-ua
regen proto (#29134)
10 апр 2026, 18:28
Не верифицирован
10 апр 2026, 18:28
2288b80
Код
Авторство
О чём код?
// Code generated to Go types and interfaces using avdl-compiler v1.4.10 (https://github.com/keybase/node-avdl-compiler). DO NOT EDIT. // Input file: avdl/keybase1/identify3_common.avdl package keybase1 import ( "github.com/keybase/go-framed-msgpack-rpc/rpc" ) type Identify3Assertion string func (o Identify3Assertion) DeepCopy() Identify3Assertion { return o } type Identify3GUIID string func (o Identify3GUIID) DeepCopy() Identify3GUIID { return o } type Identify3CommonInterface interface { } func Identify3CommonProtocol(i Identify3CommonInterface) rpc.Protocol { return rpc.Protocol{ Name: "keybase.1.identify3Common", Methods: map[string]rpc.ServeHandlerDescription{}, } } type Identify3CommonClient struct { Cli rpc.GenericClient }