Showing 544 of 544 total issues
exported function NewUrlLink should have comment or be unexported Open
Open
func NewUrlLink(payload *schemas.UrlLinkPayload) *UrlLink {
- Exclude checks
exported var ErrImageUrlOrDescNotFound should have comment or be unexported Open
Open
ErrImageUrlOrDescNotFound = errors.New("imgUrl.or.desc.not.found")
- Exclude checks
don't use an underscore in package name Open
Open
package _interface
- Exclude checks
exported type IRoom should have comment or be unexported Open
Open
type IRoom interface {
- Exclude checks
exported method Message.Ready should have comment or be unexported Open
Open
func (m *Message) Ready() (err error) {
- Exclude checks
exported method Message.MentionText should have comment or be unexported Open
Open
func (m *Message) MentionText() string {
- Exclude checks
exported method MiniProgram.AppID should have comment or be unexported Open
Open
func (mp *MiniProgram) AppID() string {
- Exclude checks
exported method MiniProgram.ThumbUrl should have comment or be unexported Open
Open
func (mp *MiniProgram) ThumbUrl() string {
- Exclude checks
method ThumbUrl should be ThumbURL Open
Open
func (mp *MiniProgram) ThumbUrl() string {
- Exclude checks
method IconUrl should be IconURL Open
Open
func (mp *MiniProgram) IconUrl() string {
- Exclude checks
exported type RoomInvitation should have comment or be unexported Open
Open
type RoomInvitation struct {
- Exclude checks
exported method UrlLink.Title should have comment or be unexported Open
Open
func (ul *UrlLink) Title() string {
- Exclude checks
comment on exported const FileBoxTypeFile should be of the form "FileBoxTypeFile ..." Open
Open
// Deprecated: use filebox package
- Exclude checks
exported function FromUuid should have comment or be unexported Open
Open
func FromUuid(uuid string, options ...Option) *FileBox {
- Exclude checks
func SetUuidSaver should be SetUUIDSaver Open
Open
func SetUuidSaver(saver UuidSaver) {
- Exclude checks
exported type UrlLinkFactory should have comment or be unexported Open
Open
type UrlLinkFactory struct{}
- Exclude checks
exported type IContactFactory should have comment or be unexported Open
Open
type IContactFactory interface {
- Exclude checks
exported type IImage should have comment or be unexported Open
Open
type IImage interface {
- Exclude checks
var puppetId should be puppetID Open
Open
puppetId := c.GetPuppet().SelfID()
- Exclude checks
exported type Location should have comment or be unexported Open
Open
type Location struct {
- Exclude checks