package main type PayOrder struct { } func (P *PayOrder) GenerateOrderID() string { return "" } func PayOrderService() { }