Skip to content

Commit a02f67f

Browse files
author
Ajay Kelkar
committed
fix: swagger doc comment
1 parent 5bb40d8 commit a02f67f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

session/session.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ type refreshWindowProvider interface {
3232
SessionRefreshMinTimeLeft(ctx context.Context) time.Duration
3333
}
3434

35-
// A Session Log
35+
// Metadata of the Client corresponding to a Session
3636
//
37-
// swagger:model Log
37+
// swagger:model sessionMetadata
3838
type Metadata struct {
3939
// Log ID
4040
//

x/xsql/sql.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func CleanSQL(t *testing.T, c *pop.Connection) {
2626
new(continuity.Container).TableName(ctx),
2727
new(courier.Message).TableName(ctx),
2828

29+
new(session.Metadata).TableName(ctx),
2930
new(session.Session).TableName(ctx),
3031
new(login.Flow).TableName(ctx),
3132
new(registration.Flow).TableName(ctx),

0 commit comments

Comments
 (0)