Url generates a download url for the entity.
(ctx context.Context, opts ...EntitySourceOption)
| 55 | |
| 56 | // Url generates a download url for the entity. |
| 57 | Url(ctx context.Context, opts ...EntitySourceOption) (*EntityUrl, error) |
| 58 | // Serve serves the entity to the client, with supports on Range header and If- cache control. |
| 59 | Serve(w http.ResponseWriter, r *http.Request, opts ...EntitySourceOption) |
| 60 | // Entity returns the entity of the source. |
no outgoing calls
no test coverage detected