parent
3e51e781a6
commit
8085c62774
@ -0,0 +1,9 @@
|
|||||||
|
package requestBody
|
||||||
|
|
||||||
|
type Options struct {
|
||||||
|
ApnsProduction bool `json:"apns_production,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
|
func (o *Options) SetApnsProduction(c bool) {
|
||||||
|
o.ApnsProduction = c
|
||||||
|
}
|
Loading…
Reference in new issue