Documentation
¶
Overview ¶
Copyright 2023 The Chromium Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Copyright 2023 The Chromium Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractFwBuildVersionFrom ¶
ExtractFwBuildVersionFrom extract the firmware build version information from the given string.
string s the string we want to get the information from.
func ExtractFwImageBuildVersionFrom ¶
ExtractFwImageBuildVersionFrom extract the firmware image build version information from the given string.
string s the string we want to get the information from.
func ExtractMilestoneFrom ¶
ExtractMilestoneFrom extract the milestone information from the given string.
string s the string we want to get the information from.
func ParseDeployURL ¶
RarseDeployURL parse the deploy URL from data.
Types ¶
type BoardAndModelPair ¶
func ExtractBoardAndModelFrom ¶
func ExtractBoardAndModelFrom(s string) (*BoardAndModelPair, error)
ExtractBoardAndModelFrom extract board and model information from the given string.
string s the string we want to get the information from.