CasaOS/model/smb_users.go
2024-12-03 17:35:11 +13:00

16 lines
400 B
Go

/*
* @Author: Drew Fitzgerald/Sheep26 drew@sheepland.xyz
* @Date: 2024-12-03
* @LastEditors: Drew Fitzgerald/Sheep26
* @LastEditTime: 2024-12-03
* @FilePath: /CasaOS/service/model/o_smb_users.go
* @Website: https://www.casaos.io
* Copyright (c) 2024 by icewhale, All Rights Reserved.
*/
package model
type SMBUsers struct {
Name string "json:name"
Password string "json:password"
}