Discover Packages
github.com/adharshmk96/stk-auth
pkg
entities
ds
package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Sep 22, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type AccountGroupAssociation struct {
AccountID AccountID `json:"account_id"`
GroupID string `json:"group_id"`
CreatedAt time .Time `json:"created_at"`
}
type Group struct {
ID string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
CreatedAt time .Time `json:"created_at"`
UpdatedAt time .Time `json:"updated_at"`
}
type Session struct {
AccountID AccountID `json:"account_id"`
SessionID string `json:"session_id"`
CreatedAt time .Time `json:"created_at"`
UpdatedAt time .Time `json:"updated_at"`
Valid bool `json:"valid"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.