Documentation ¶
Overview ¶
SPDX-License-Identifier: Apache-2.0 Copyright © 2022 Roberto Hidalgo <nidito@un.rob.mx>
SPDX-License-Identifier: Apache-2.0 Copyright © 2022 Roberto Hidalgo <nidito@un.rob.mx>
SPDX-License-Identifier: Apache-2.0 Copyright © 2022 Roberto Hidalgo <nidito@un.rob.mx>
SPDX-License-Identifier: Apache-2.0 Copyright © 2022 Roberto Hidalgo <nidito@un.rob.mx>
SPDX-License-Identifier: Apache-2.0 Copyright © 2022 Roberto Hidalgo <nidito@un.rob.mx>
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequestToEnter ¶
RequestToEnter opens the door unless it's already open or opening
Types ¶
type ErrorAlreadyOpen ¶
type ErrorAlreadyOpen struct{}
func (*ErrorAlreadyOpen) Code ¶
func (err *ErrorAlreadyOpen) Code() int
func (*ErrorAlreadyOpen) Error ¶
func (err *ErrorAlreadyOpen) Error() string
func (*ErrorAlreadyOpen) Name ¶
func (err *ErrorAlreadyOpen) Name() string
type ErrorCommunication ¶
type ErrorCommunication struct {
// contains filtered or unexported fields
}
func (*ErrorCommunication) Code ¶
func (err *ErrorCommunication) Code() int
func (*ErrorCommunication) Error ¶
func (err *ErrorCommunication) Error() string
func (*ErrorCommunication) Name ¶
func (err *ErrorCommunication) Name() string
Click to show internal directories.
Click to hide internal directories.