wechaty-puppet/schemas/puppet.go
exported function GetEventNames should have comment or be unexported Open
Open
func GetEventNames() []PuppetEventName {
- Exclude checks
exported const PuppetEventNameUnknown should have comment (or a comment on this block) or be unexported Open
Open
PuppetEventNameUnknown PuppetEventName = iota
- Exclude checks
comment on exported type PuppetEventName should be of the form "PuppetEventName ..." (with optional leading article) Open
Open
//go:generate stringer -type=PuppetEventName
- Exclude checks