8 lines
142 B
Go
8 lines
142 B
Go
|
package SystemMessages
|
||
|
|
||
|
// The message to delete a host from ICCC.
|
||
|
type ICCCDeleteHost struct {
|
||
|
Hostname string
|
||
|
IPAddressPort string
|
||
|
}
|