Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Key = flag.String("branch-key", "", "the Branch key")
)
Flags
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents the client
type Configuration ¶
type Configuration struct { Key string `toml:"key"` Sender astikit.HTTPSenderOptions }
Configuration represents the lib's configuration
func FlagConfig ¶
func FlagConfig() Configuration
FlagConfig generates a Configuration based on flags
type ErrorPayload ¶
type ErrorPayload struct {
Error Error `json:"error"`
}
type LinkData ¶
type LinkData struct {
// contains filtered or unexported fields
}
func NewLinkData ¶
func NewLinkData() *LinkData
func (*LinkData) MarshalJSON ¶
func (*LinkData) SetCanonicalIdentifier ¶
type LinkPayload ¶
Click to show internal directories.
Click to hide internal directories.