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