Showing 544 of 544 total issues
exported method Location.Payload should have comment or be unexported Open
Open
func (l *Location) Payload() schemas.LocationPayload {
- Exclude checks
var roomId should be roomID Open
Open
roomId := m.payload.RoomId
- Exclude checks
exported method MiniProgram.IconUrl should have comment or be unexported Open
Open
func (mp *MiniProgram) IconUrl() string {
- Exclude checks
exported method Room.IsReady should have comment or be unexported Open
Open
func (r *Room) IsReady() bool {
- Exclude checks
var FromUrl should be FromURL Open
Open
FromUrl = filebox.FromUrl
- Exclude checks
func parameter remoteUrl should be remoteURL Open
Open
func newFileBoxUrl(remoteUrl string, headers http.Header) *fileBoxUrl {
- Exclude checks
func newFileBoxUuid should be newFileBoxUUID Open
Open
func newFileBoxUuid(uuid string) *fileBoxUuid {
- Exclude checks
exported method RoomInvitationFactory.FromPayload should have comment or be unexported Open
Open
func (r *RoomInvitationFactory) FromPayload(payload *schemas.RoomInvitationPayload) _interface.IRoomInvitation {
- Exclude checks
exported method TagFactory.Load should have comment or be unexported Open
Open
func (r *TagFactory) Load(id string) _interface.ITag {
- Exclude checks
type UrlLinkFactory should be URLLinkFactory Open
Open
type UrlLinkFactory struct{}
- Exclude checks
comment on exported method Friendship.ToJSON should be of the form "ToJSON ..." Open
Open
// toJSON get friendShipPayload Json
- Exclude checks
exported type MiniProgram should have comment or be unexported Open
Open
type MiniProgram struct {
- Exclude checks
exported type Tag should have comment or be unexported Open
Open
type Tag struct {
- Exclude checks
exported method UrlLink.Description should have comment or be unexported Open
Open
func (ul *UrlLink) Description() string {
- Exclude checks
comment on exported const FileBoxTypeUrl should be of the form "FileBoxTypeUrl ..." Open
Open
// Deprecated: use filebox package
- Exclude checks
var ErrNoUrl should be ErrNoURL Open
Open
ErrNoUrl = errors.New("no url")
- Exclude checks
exported method TagFactory.Delete should have comment or be unexported Open
Open
func (r *TagFactory) Delete(tag _interface.ITag) error {
- Exclude checks
exported type IImageFactory should have comment or be unexported Open
Open
type IImageFactory interface {
- Exclude checks
don't use an underscore in package name Open
Open
package _interface
- Exclude checks
exported type ContactSelf should have comment or be unexported Open
Open
type ContactSelf struct {
- Exclude checks