mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
10 lines
151 B
Go
10 lines
151 B
Go
package gcp
|
|
|
|
func (p *Provider) SystemHost() string {
|
|
return p.Domain
|
|
}
|
|
|
|
func (p *Provider) SystemStatus() (string, error) {
|
|
return "running", nil
|
|
}
|