mirror of
https://github.com/airlabspl/uptimemonitor.git
synced 2025-08-15 12:49:15 +02:00
8 lines
89 B
Go
8 lines
89 B
Go
package uptimemonitor
|
|
|
|
type Sponsor struct {
|
|
Name string
|
|
Url string
|
|
Image string
|
|
}
|