Documentation ¶
Index ¶
- Constants
- func CheckNick(nick string) error
- func CloudContext(parent context.Context) context.Context
- func Expose(bucket, name string, expiry time.Time) (string, error)
- func ExposeMultiURL(ctx context.Context, bucket, name string) ([]string, error)
- func HasParent(parent, key *datastore.Key) bool
- func Load(ctx context.Context, bucket, name string) (io.ReadCloser, error)
- func SubmissionBucket() string
Constants ¶
View Source
const ( TemplateBucket = "coduno-templates" TestsBucket = "coduno-tests" // TODO(victorbalan): Add param in the test struct to not hardcode // the result file name. JUnitResultsPath = "/run/target/surefire-reports/TEST-Tests.xml" )
Variables ¶
This section is empty.
Functions ¶
func ExposeMultiURL ¶
func HasParent ¶
HasParent returns true if key or any of its parents equals parent (recursively), otherwise false.
func SubmissionBucket ¶
func SubmissionBucket() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.