This commit is contained in:
Dominic Wong
2021-09-21 20:15:36 +01:00
parent 209283bcb7
commit a423dd9e99
3 changed files with 4 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ const (
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// Get the list of countries that are supported by this API
type CountriesRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -162,6 +163,7 @@ func (x *Country) GetName() string {
return ""
}
// List the holiday dates for a given country and year
type ListRequest struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache