mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-06 22:59:44 +00:00
26 lines
452 B
Go
26 lines
452 B
Go
//go:build darwin
|
|
// +build darwin
|
|
|
|
/*
|
|
* @Author: LinkLeong link@icewhale.org
|
|
* @Date: 2022-08-12 14:22:28
|
|
* @LastEditors: LinkLeong
|
|
* @LastEditTime: 2022-08-24 18:52:36
|
|
* @FilePath: /CasaOS/route/darwin.go
|
|
* @Description:
|
|
* @Website: https://www.casaos.io
|
|
* Copyright (c) 2022 by icewhale, All Rights Reserved.
|
|
*/
|
|
|
|
package route
|
|
|
|
// func MonitoryUSB() {
|
|
|
|
// }
|
|
// func SendAllHardwareStatusBySocket() {
|
|
|
|
// }
|
|
// func SendUSBBySocket() {
|
|
|
|
// }
|