Sunlight Interface
This commit is contained in:
parent
f77c2932ec
commit
8b4acc74f8
@ -1 +1,9 @@
|
|||||||
package sunlightApi
|
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)
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user