cee34ec1c2
* initial completion of the sharing function * Adjusting multi-partition disk mounts * Add file sharing function * update usb auto mount shell * update samba config * add umount disk function * update change log * update usb auto mount \ * update usb auto mount * Update periodical.go
25 lines
434 B
Go
25 lines
434 B
Go
//go:build darwin
|
|
// +build darwin
|
|
|
|
/*
|
|
* @Author: LinkLeong link@icewhale.org
|
|
* @Date: 2022-08-12 14:22:28
|
|
* @LastEditors: LinkLeong
|
|
* @LastEditTime: 2022-08-12 18:41:14
|
|
* @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() {
|
|
|
|
}
|