DEBSOURCES
Skip Quicknav
sources / golang-github-protonmail-gluon / 0.17.0-4 / imap / update.go
12345678910111213
package imap type Update interface { Waiter String() string _isUpdate() } type updateBase struct{} func (updateBase) _isUpdate() {}