Showing 544 of 544 total issues
don't use an underscore in package name Open
Open
package _interface
- Exclude checks
exported type IUrlLinkFactory should have comment or be unexported Open
Open
type IUrlLinkFactory interface {
- Exclude checks
exported method Friendship.Type should have comment or be unexported Open
Open
func (f *Friendship) Type() schemas.FriendshipType {
- Exclude checks
exported type Contact should have comment or be unexported Open
Open
type Contact struct {
- Exclude checks
exported function NewLocation should have comment or be unexported Open
Open
func NewLocation(payload *schemas.LocationPayload) *Location {
- Exclude checks
exported method Message.ToLocation should have comment or be unexported Open
Open
func (m *Message) ToLocation() (*Location, error) {
- Exclude checks
exported method Location.Latitude should have comment or be unexported Open
Open
func (l *Location) Latitude() float64 {
- Exclude checks
method ShareId should be ShareID Open
Open
func (mp *MiniProgram) ShareId() string {
- Exclude checks
comment on exported const FileBoxTypeStream should be of the form "FileBoxTypeStream ..." Open
Open
// Deprecated: use filebox package
- Exclude checks
exported method RoomInvitation.ToStringAsync should have comment or be unexported Open
Open
func (ri *RoomInvitation) ToStringAsync() (string, error) {
- Exclude checks
func NewUrlLink should be NewURLLink Open
Open
func NewUrlLink(payload *schemas.UrlLinkPayload) *UrlLink {
- Exclude checks
func SetUuidLoader should be SetUUIDLoader Open
Open
func SetUuidLoader(loader UuidLoader) {
- Exclude checks
interface method parameter textOrContactOrFileOrUrlOrMini should be textOrContactOrFileOrURLOrMini Open
Open
Say(textOrContactOrFileOrUrlOrMini interface{}) (IMessage, error)
- Exclude checks
don't use an underscore in package name Open
Open
package _interface
- Exclude checks
exported method Message.MentionSelf should have comment or be unexported Open
Open
func (m *Message) MentionSelf() bool {
- Exclude checks
exported method RoomInvitation.ToJson should have comment or be unexported Open
Open
func (ri *RoomInvitation) ToJson() (string, error) {
- Exclude checks
exported method Tag.ID should have comment or be unexported Open
Open
func (t *Tag) ID() string {
- Exclude checks
comment on exported const FileBoxTypeBase64 should be of the form "FileBoxTypeBase64 ..." Open
Open
// Deprecated: use filebox package
- Exclude checks
var ErrNoUuid should be ErrNoUUID Open
Open
ErrNoUuid = errors.New("no uuid")
- Exclude checks
type UuidSaver should be UUIDSaver Open
Open
type UuidSaver func(reader io.Reader) (uuid string, err error)
- Exclude checks