chore(tfstated): use a struct{} as context.Context key

This commit is contained in:
Julien Dessaux 2024-11-15 23:48:35 +01:00
parent 3d8812fbd0
commit 478f42f8a9
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 5 additions and 2 deletions

View file

@ -2,6 +2,8 @@ package model
import "time"
type AccountContextKey struct{}
type Account struct {
Id int
Username string