-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref: use chunk interface instead of specific implementations (#540)
* ingest metrics regardless of the platform * rename the chunk interface to chunkInterface and define a Chunk type that contains a chunk field of type chunkInterface. This, like for Profile, will let us unmarshal to the right type. * refactor code to use chunk interface * remove pointers from getter * specify error message if we receive a list of chunks with mixed android and sample chunks * return a 400 response if we were passed an empty list of chunk IDs * update changelog
- Loading branch information
Showing
7 changed files
with
241 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.