Documentation ¶ Index ¶ type Resource func NewResource(client *github.Client, releaseOwner, releaseRepository string, ...) *Resource func (r *Resource) GetName() string func (r *Resource) GetSize() int64 func (r *Resource) Open(ctx context.Context) (io.ReadCloser, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Resource ¶ type Resource struct { // contains filtered or unexported fields } func NewResource ¶ func NewResource(client *github.Client, releaseOwner, releaseRepository string, asset github.TreeEntry) *Resource func (*Resource) GetName ¶ func (r *Resource) GetName() string func (*Resource) GetSize ¶ func (r *Resource) GetSize() int64 func (*Resource) Open ¶ func (r *Resource) Open(ctx context.Context) (io.ReadCloser, error) Source Files ¶ View all Source files resource.go Click to show internal directories. Click to hide internal directories.