Sunlight Interface
This commit is contained in:
@@ -1 +1,9 @@
|
||||
package sunlightApi
|
||||
|
||||
import "net/url"
|
||||
|
||||
// SunlightAPI is the interface for all of the
|
||||
// Sunlight Foundation's APIs
|
||||
type SunlightAPI interface {
|
||||
call(string, url.Values) ([]byte, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user