Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidTestFlightLink is error that will be returned // if TestFlight link is invalid. ErrInvalidTestFlightLink = errors.New("invalid TestFlight link") // ErrUnexpected is error that will be returned // when unexpected case is happened. ErrUnexpected = errors.New("unexpected error") // ErrStatusNotOK is error that will be returned // if HTTP status is not 200. ErrStatusNotOK = errors.New("HTTP status is not 200") )
Functions ¶
This section is empty.
Types ¶
type Beta ¶
type Beta struct {
// contains filtered or unexported fields
}
Beta is TestFlight beta. It helps to check whether beta is full. Also, Beta helps to get an app name that beta belongs.
func NewTFBeta ¶
NewTFBeta returns new TestFlight beta. ErrInvalidTestFlightLink can be returned if link is invalid.
func (*Beta) GetAppName ¶
GetAppName returns app name that beta belongs.
Click to show internal directories.
Click to hide internal directories.