Documentation ¶
Overview ¶
Copyright © 2021 Lucas dos Santos Abreu
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
View Source
const ( WORKWEEK_DAYS = "workweek-days" INTERACTIVE = "interactive" ALLOW_NAME_FOR_ID = "allow-name-for-id" USER_ID = "user.id" WORKSPACE = "workspace" TOKEN = "token" ALLOW_INCOMPLETE = "allow-incomplete" SHOW_TASKS = "show-task" DESCR_AUTOCOMP = "description-autocomplete" DESCR_AUTOCOMP_DAYS = "description-autocomplete-days" SHOW_TOTAL_DURATION = "show-total-duration" )
View Source
const ENV_PREFIX = "CLOCKIFY"
View Source
const FORMAT_JSON = "json"
View Source
const FORMAT_YAML = "yaml"
View Source
const USER_ID_FLAG = "user-id"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CallbackFn ¶ added in v0.22.0
type CallbackFn func(dto.TimeEntryImpl) (dto.TimeEntryImpl, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.