Skip to content

Commit

Permalink
[consumer] refactor: gofmt, goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
slowhigh committed Feb 2, 2024
1 parent 523b33c commit 312ecce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions consumer/internal/adapter/controller/sub/dto/access_log_dto.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package dto
import "time"

type AccessLogDto struct {
Timestamp time.Time
Timestamp time.Time
IsNormalMode bool
IsLogin bool
UserName string
DeviceName string
Ip string
IsLogin bool
UserName string
DeviceName string
Ip string
}
5 changes: 3 additions & 2 deletions consumer/internal/entity/proto/access_log.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 312ecce

Please sign in to comment.