We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb40d8 commit a02f67fCopy full SHA for a02f67f
session/session.go
@@ -32,9 +32,9 @@ type refreshWindowProvider interface {
32
SessionRefreshMinTimeLeft(ctx context.Context) time.Duration
33
}
34
35
-// A Session Log
+// Metadata of the Client corresponding to a Session
36
//
37
-// swagger:model Log
+// swagger:model sessionMetadata
38
type Metadata struct {
39
// Log ID
40
x/xsql/sql.go
@@ -26,6 +26,7 @@ func CleanSQL(t *testing.T, c *pop.Connection) {
26
new(continuity.Container).TableName(ctx),
27
new(courier.Message).TableName(ctx),
28
29
+ new(session.Metadata).TableName(ctx),
30
new(session.Session).TableName(ctx),
31
new(login.Flow).TableName(ctx),
new(registration.Flow).TableName(ctx),
0 commit comments