05027d8c Jonni Liljamo ff544f59 Jonni Liljamo
1 year, 1 month ago 1 year, 2 months ago
1 2 3 4 5 6 7 8 9 10 11 12
/* * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com> * * This file is licensed under AGPL-3.0-or-later, see NOTICE and LICENSE for * more information. */ package types type User struct { Id string DisplayName string }