mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-09-17 17:15:16 +00:00
16 lines
400 B
Go
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"
|
|
} |