Showing 544 of 544 total issues
exported type IContact should have comment or be unexported Open
Open
type IContact interface {
- Exclude checks
exported method Location.Name should have comment or be unexported Open
Open
func (l *Location) Name() string {
- Exclude checks
exported method Message.IsReady should have comment or be unexported Open
Open
func (m *Message) IsReady() bool {
- Exclude checks
exported method MiniProgram.Username should have comment or be unexported Open
Open
func (mp *MiniProgram) Username() string {
- Exclude checks
func FromUrl should be FromURL Open
Open
func FromUrl(urlString string, options ...Option) *FileBox {
- Exclude checks
don't use an underscore in package name Open
Open
package _interface
- Exclude checks
don't use an underscore in package name Open
Open
package _interface
- Exclude checks
don't use an underscore in package name Open
Open
package _interface
- Exclude checks
exported type IUrlLink should have comment or be unexported Open
Open
type IUrlLink interface {
- Exclude checks
struct field ImageId should be ImageID Open
Open
ImageId string
- Exclude checks
exported method Location.Address should have comment or be unexported Open
Open
func (l *Location) Address() string {
- Exclude checks
var listenerId should be listenerID Open
Open
listenerId := m.payload.ListenerId
- Exclude checks
var roomId should be roomID Open
Open
roomId := m.payload.RoomId
- Exclude checks
exported method Message.ToMiniProgram should have comment or be unexported Open
Open
func (m *Message) ToMiniProgram() (*MiniProgram, error) {
- Exclude checks
exported method MiniProgram.ThumbKey should have comment or be unexported Open
Open
func (mp *MiniProgram) ThumbKey() string {
- Exclude checks
exported method MiniProgram.Payload should have comment or be unexported Open
Open
func (mp *MiniProgram) Payload() schemas.MiniProgramPayload {
- Exclude checks
exported type UrlLink should have comment or be unexported Open
Open
type UrlLink struct {
- Exclude checks
type FileBoxOptionsUrl should be FileBoxOptionsURL Open
Open
type FileBoxOptionsUrl struct {
- Exclude checks
struct field RemoteUrl should be RemoteURL Open
Open
RemoteUrl string `json:"remoteUrl"`
- Exclude checks
comment on exported type FileBoxType should be of the form "FileBoxType ..." (with optional leading article) Open
Open
//go:generate stringer -type=FileBoxType
- Exclude checks