Showing 544 of 544 total issues
var originalMessageId should be originalMessageID Open
Open
originalMessageId := m.Text()
- Exclude checks
exported method Room.ID should have comment or be unexported Open
Open
func (r *Room) ID() string {
- Exclude checks
method ToJson should be ToJSON Open
Open
func (ri *RoomInvitation) ToJson() (string, error) {
- Exclude checks
const FileBoxTypeUrl should be FileBoxTypeURL Open
Open
FileBoxTypeUrl = 2
- Exclude checks
comment on exported const FileBoxTypeBuffer should be of the form "FileBoxTypeBuffer ..." Open
Open
// Deprecated: use filebox package
- Exclude checks
type UuidLoader should be UUIDLoader Open
Open
type UuidLoader func(uuid string) (io.Reader, error)
- Exclude checks
type fileBoxUuid should be fileBoxUUID Open
Open
type fileBoxUuid struct {
- Exclude checks
var ErrImageUrlOrDescNotFound should be ErrImageURLOrDescNotFound Open
Open
ErrImageUrlOrDescNotFound = errors.New("imgUrl.or.desc.not.found")
- Exclude checks
exported type IMiniProgram should have comment or be unexported Open
Open
type IMiniProgram interface {
- Exclude checks
exported type IRoomFactory should have comment or be unexported Open
Open
type IRoomFactory interface {
- Exclude checks
exported type IRoomInvitation should have comment or be unexported Open
Open
type IRoomInvitation interface {
- Exclude checks
exported type ITag should have comment or be unexported Open
Open
type ITag interface {
- Exclude checks
var conversationId should be conversationID Open
Open
conversationId, err := m.sayId()
- Exclude checks
method sayId should be sayID Open
Open
func (m *Message) sayId() (string, error) {
- Exclude checks
exported method MiniProgram.Title should have comment or be unexported Open
Open
func (mp *MiniProgram) Title() string {
- Exclude checks
exported method UrlLink.Url should have comment or be unexported Open
Open
func (ul *UrlLink) Url() string {
- Exclude checks
method Url should be URL Open
Open
func (ul *UrlLink) Url() string {
- Exclude checks
method ThumbnailUrl should be ThumbnailURL Open
Open
func (ul *UrlLink) ThumbnailUrl() string {
- Exclude checks
struct field remoteUrl should be remoteURL Open
Open
remoteUrl string
- Exclude checks
func newFileBoxUrl should be newFileBoxURL Open
Open
func newFileBoxUrl(remoteUrl string, headers http.Header) *fileBoxUrl {
- Exclude checks